.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.backtotop {
  background-color: #686868;
  width: 45px;
  bottom: 40px;
  right: 10px;
  min-height: 42px;
  overflow: hidden;
  z-index: 400;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.backtotop.hidden-top {
  bottom: -100px;
}
.backtotop:hover {
  background-color: #ff7900;
}
.backtotop i {
  font-size: 36px;
  margin: 1px 0 0 0 !important;
  color: #fff;
  display: inline-block;
}
.bs-docs-example ul.the-icons li:hover {
  background: #8b0dc8;
}
#cpanel_wrapper {
  font-family: "arial";
  background: #e5e5e5;
  border: 1px solid #f3f3f3;
  border-right: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
  position: fixed;
  width: 300px;
  top: 35px;
  right: -320px;
  padding: 8px;
  z-index: 999;
  font-size: 11px;
}
#cpanel_wrapper #cpanel_btn {
  position: absolute;
  width: 26px;
  left: -47px;
  top: 9px;
  padding: 7px 10px;
  cursor: pointer;
  overflow: hidden;
  background: url("../../templates/sj_viste/images/cpanel/bg-cpanel-head.png") repeat #666666;
  -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#cpanel_wrapper #cpanel_btn i {
  font-size: 18px;
  margin: 0 0 0 4px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
#cpanel_wrapper #ytcpanel_accordion {
  margin-bottom: 10px;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 12px;
  color: #fff;
  margin: 1px -9px 8px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  background: url("../../templates/sj_viste/images/cpanel/bg-cpanel-head.png") repeat #666666;
  word-spacing: 5px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group {
  border-color: #BCBCBC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading {
  border: 1px solid #BCBCBC;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#F1F1F1));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: -o-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: linear-gradient(to bottom,#FFFFFF,#F1F1F1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  margin: -1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle {
  padding: 6px 10px;
  font-weight: bold;
  color: #555;
  font-size: 12px;
  text-shadow: 1px 1px 0 #EEEEEE;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle i {
  float: right;
  font-size: 14px;
  color: #999;
  margin-right: 5px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading:hover {
  background-color: #ededed;
  background-image: -moz-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#e0e0e0));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: -o-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: linear-gradient(to bottom,#f5f5f5,#e0e0e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe0e0e0', GradientType=0);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active {
  background-color: #8b8b8b;
  background-image: -moz-linear-gradient(top,#999,#777);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#999),to(#777));
  background-image: -webkit-linear-gradient(top,#999,#777);
  background-image: -o-linear-gradient(top,#999,#777);
  background-image: linear-gradient(to bottom,#999,#777);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff777777', GradientType=0);
  border-color: #777;
  -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.15) inset;
  -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,0.15) inset;
  box-shadow: 0 0 1px 1px rgba(255,255,255,0.15) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle {
  color: #fff;
  text-shadow: none;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle i {
  color: #eee;
  text-shadow: none;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse {
  background: #fff;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner {
  border: none;
  padding: 8px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear {
  margin: 0 0 5px;
  padding: 10px 0 0;
  font-size: 100%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear span {
  color: #555;
  display: inline-block;
  background: #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 1px 15px;
  -webkit-box-shadow: 0 1px #CCCCCC inset;
  -moz-box-shadow: 0 1px #CCCCCC inset;
  box-shadow: 0 1px #CCCCCC inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .fs-desc {
  line-height: 11px;
  color: #838383;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color {
  background-color: #CCC;
  width: 38px;
  height: 25px;
  position: relative;
  line-height: 25px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 5px 5px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.turquoise {
  background-color: #03997e;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.green {
  background-color: #5a9904;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.blue {
  background-color: #0b66ac;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.pink {
  background-color: #c30046;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.purple {
  background-color: #5b0bac;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.active {
  margin-top: 7px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.footer-backgroud-image,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.header-backgroud-image {
  width: 64%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item input.miniColors {
  margin: 0 -1px 0 0 !important;
  border-color: #ccc;
  width: 55px !important;
  border-radius: 3px 0 0 3px !important;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern {
  height: 22px;
  width: 30px;
  float: left;
  text-indent: -999em;
  margin: 0 5px 0 0;
  cursor: pointer;
  background-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern.active {
  border: 1px solid rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #eee;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox {
  width: 95%;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding-left: 0;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox:hover {
  border-color: #999;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox select {
  z-index: 10;
  width: 99%;
  height: 22px;
  margin: 0;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox .selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox .select-arrow {
  background: url(../../templates/sj_viste/images/shortcode/dk_arrows.png) no-repeat 50% 50%;
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 26px;
  top: 0;
  right: 0;
}
#cpanel_wrapper .cpanel-reset .btn {
  background-color: #727272;
  background-image: -moz-linear-gradient(top,#7a7a7a,#666666);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#7a7a7a),to(#666666));
  background-image: -webkit-linear-gradient(top,#7a7a7a,#666666);
  background-image: -o-linear-gradient(top,#7a7a7a,#666666);
  background-image: linear-gradient(to bottom,#7a7a7a,#666666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a7a7a', endColorstr='#ff666666', GradientType=0);
}
.yt-sticky {
  position: relative;
  z-index: 80;
}
.yt-sticky .module {
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  border: none;
}
.yt-sticky .module .module-inner1 {
  position: relative;
}
.yt-sticky .module .module-inner1 .module-inner2 {
  margin: 6px;
}
.yt-sticky .module .module-inner1 .module-inner2 .module-inner3 {
  padding: 10px;
  background-color: #fff;
  font-size: 12px;
}
.btn-special {
  height: 45px;
  width: 45px;
  background-color: #6b82a2;
  display: block;
  position: absolute;
  left: 0px;
  cursor: pointer;
  text-align: center;
}
.btn-special span {
  font-size: 20px;
  line-height: 36px;
  width: 24px;
  margin: 0 4px 0 8px;
}
.btn-special:hover span {
  color: #fff;
  text-shadow: 0 0 7px rgba(255,255,255,0.7);
}
#yt_notice {
  position: fixed;
  top: 0px;
  height: 0px;
  min-height: 0px;
  z-index: 96;
}
#yt_notice .yt-notice .module {
  background-color: #6b82a2;
  color: #eee;
  -webkit-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  -moz-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  position: absolute;
  top: -99em;
  z-index: 88;
  text-align: center;
  width: 100%;
  min-height: 35px;
  margin: 0;
  border: none;
}
#yt_notice .yt-notice .module.active {
  -webkit-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
  -moz-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
  box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
}
#yt_notice .yt-notice .module.active .btn-special {
  color: #fff;
  background: #5E7696;
  border-radius: 0;
}
#yt_notice .yt-notice .module .module-inner1 {
  position: relative;
  padding: 10px;
}
#yt_notice .yt-notice .module .module-inner1 .btn-special {
  position: absolute;
  right: 90px;
  left: auto;
  height: 39px;
  color: #BFCFE6;
  margin-top: -1px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#yt_notice .yt-notice .module .module-inner1 .btn-special span {
  margin: 0 8px 0 8px;
  line-height: 36px;
}
#yt_notice .yt-notice .module .module-inner1 .modcontent {
  padding: 0;
  color: #ddd;
  font-size: 12px;
}
#yt_notice .yt-notice .module .module-inner1 .modcontent a {
  color: #fff;
  display: inline-block;
}
#yt_sticky_left {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_left .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_left .yt-sticky .module {
  width: 100%;
  left: -100%;
  background: #6b82a2;
}
#yt_sticky_left .yt-sticky .module:first-child .btn-special {
  border-radius: 0 3px 0 0;
}
#yt_sticky_left .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 3px 0;
}
#yt_sticky_left .yt-sticky .module .btn-special {
  left: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_left .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_sticky_right {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_right .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_right .yt-sticky .module {
  width: 100%;
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  right: -100%;
  background: #6b82a2;
}
#yt_sticky_right .yt-sticky .module:first-child .btn-special {
  border-radius: 3px 0 0 0;
}
#yt_sticky_right .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 0 3px;
}
#yt_sticky_right .yt-sticky .module .btn-special {
  left: auto;
  right: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_right .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_tool_bottom {
  position: fixed;
  right: 70px;
  bottom: -1px;
  height: 0px;
  min-height: 0px;
  z-index: 89;
}
#yt_tool_bottom .module {
  position: absolute;
  z-index: 88;
  margin: 0;
  background-color: #8b0dc8;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 darken(@background1,10%), -1px 0 0 darken(@background1,10%) inset;;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 darken(@background1,10%), -1px 0 0 darken(@background1,10%) inset;;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 darken(@background1,10%), -1px 0 0 darken(@background1,10%) inset;;
  border: none;
}
#yt_tool_bottom .module .module-inner2 {
  padding: 6px;
}
#yt_tool_bottom .module .module-inner2 .module-inner3 {
  padding: 10px;
  background: #fff;
}
#yt_tool_bottom .module .module-inner2 .module-inner3 .box-livesupport input,
#yt_tool_bottom .module .module-inner2 .module-inner3 .box-livesupport textarea {
  width: 95%;
  font-size: 12px;
}
#yt_tool_bottom .module .module-inner2 .module-inner3 .modcontent {
  padding: 0;
  font-size: 12px;
}
#yt_tool_bottom .module .btn-special {
  left: auto;
  top: -36px;
  right: 0px;
  width: auto;
  height: 35px;
  padding: 0 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  background: #8b0dc8;
  color: #eee;
  border: 1px solid #6a0a98;
  border-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
}
#yt_tool_bottom .module .btn-special span {
  line-height: 32px;
}
#yt_header {
  padding: 10px 15px;
}
#yt_header #yt_logoposition h1 {
  margin: 0;
}
#yt_header #yt_logoposition h1 a {
  display: inline-block;
}
#yt_header #topmenu {
  margin-top: 10px;
  color: #a54ffa;
}
#yt_menuposition .navi {
  display: none;
}
#yt-responivemenu {
  display: none;
}
#breadcrumb {
  padding: 13px 20px;
  border-bottom: 1px solid #ebebeb;
}
#breadcrumb div.module {
  margin-bottom: 0;
}
#breadcrumb div.module ul.breadcrumb {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#breadcrumb div.module ul.breadcrumb li {
  padding: 0;
  font-size: 14px;
}
#breadcrumb div.module ul.breadcrumb li .icon-home {
  font-size: 16px;
}
#breadcrumb div.module ul.breadcrumb li .divider {
  padding: 0 8px 0 10px;
}
#breadcrumb div.module ul.breadcrumb li .divider i {
  margin: 0;
}
#breadcrumb div.module ul.breadcrumb li a,
#breadcrumb div.module ul.breadcrumb li span {
  color: #909090;
}
#breadcrumb div.module ul.breadcrumb li a:hover,
#breadcrumb div.module ul.breadcrumb li span:hover {
  color: #ff861a;
}
#content_main {
  border-left: 1px solid #ebebeb;
}
#content #yt_component .component-inner {
  padding: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ebebeb;
}
#content #yt_component .component-inner .component-inner2 {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px;
}
#content .span12.no-minheight {
  min-height: 0;
}
#content_left .module {
  margin-bottom: 0;
}
#mainbottom1 {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 1;
}
#mainbottom1 #bottom-toggle {
  width: 20px;
  height: 20px;
  line-height: 19px;
  background: #fff;
  cursor: pointer;
  border: 1px dashed #ccc;
  position: absolute;
  z-index: 22;
  right: 10px;
  top: 10px;
  text-align: center;
}
#mainbottom1 #bottom-toggle i {
  color: #ccc;
  margin: 0;
  font-size: 10px;
}
#mainbottom1 #bottom-toggle:hover,
#mainbottom1 #bottom-toggle:focus {
  border-color: #777;
}
#mainbottom1 #bottom-toggle:hover i,
#mainbottom1 #bottom-toggle:focus i {
  color: #777;
}
#mainbottom1 #bottom-toggle.up i:before {
  content: "\f067";
}
#bottom3.first {
  padding-left: 1.71233%;
}
.view-featured #content #yt_component .component-inner .component-inner2,
.view-category.com_content #content #yt_component .component-inner .component-inner2,
.com_virtuemart.view-category #content #yt_component .component-inner .component-inner2,
.view-virtuemart #content #yt_component .component-inner .component-inner2,
.view-productdetails #content #yt_component .component-inner .component-inner2 {
  padding: 0;
  background: transparent;
  border: none;
}
.view-contact #maintop,
.layout-variation #maintop {
  padding: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ebebeb;
  clear: both;
  padding-bottom: 0;
  border-bottom: none;
}
.view-contact #maintop .component-inner2,
.layout-variation #maintop .component-inner2 {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px;
}
.view-contact #maintop .content-inner,
.layout-variation #maintop .content-inner {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px;
  overflow: hidden;
}
.homepage .content-main-inner {
  margin-left: 48px;
  position: relative;
  *zoom: 1;
}
.homepage .content-main-inner:before,
.homepage .content-main-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.homepage .content-main-inner:after {
  clear: both;
}
.homepage .content-main-inner:before {
  content: "";
  width: 1px;
  background: #ebebeb;
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
}
.homepage.view-article #content #yt_component .component-inner .component-inner2 {
  padding: 0;
  border: none;
  background: transparent;
}
.homepage.view-article #content #yt_component .component-inner .component-inner2 .item-page div.article-info {
  display: none;
}
.homepage.view-article #content #yt_component .component-inner .component-inner2 .sj-responsive-listing .respl-wrap {
  margin: 0 -10px;
  width: auto;
}
#yt_copyrightposition {
  padding: 20px 10px;
  color: #909090;
  text-align: center;
  font-size: 12px;
}
#yt_copyrightposition a {
  color: #686868;
  font-weight: bold;
}
#yt_copyrightposition a:hover {
  color: #8b0dc8;
}
.layout_left-main-right #content_main,
.layout_left-right-main #content_main,
.layout_main-left-right #content_main {
  border-right: 1px solid #EBEBEB;
}
.layout_left-main-right .item-page .img-fulltext,
.layout_left-right-main .item-page .img-fulltext,
.layout_main-left-right .item-page .img-fulltext {
  display: block;
}
.layout_left-main-right div.archive .filter-search #limit,
.layout_left-right-main div.archive .filter-search #limit,
.layout_main-left-right div.archive .filter-search #limit {
  margin: 10px 0;
}
.layout_left-main-right #advanced-search-toggle,
.layout_left-right-main #advanced-search-toggle,
.layout_main-left-right #advanced-search-toggle {
  margin: 10px 0;
}
.layout_left-main-right .productdetails-view .productdetail-content .product-image .additional-images .nav_button,
.layout_left-right-main .productdetails-view .productdetail-content .product-image .additional-images .nav_button,
.layout_main-left-right .productdetails-view .productdetail-content .product-image .additional-images .nav_button {
  float: left;
}
.layout_left-main-right .blog .items-row .item.span3 .item-image,
.layout_left-main-right .blog .items-row .item.span4 .item-image,
.layout_left-right-main .blog .items-row .item.span3 .item-image,
.layout_left-right-main .blog .items-row .item.span4 .item-image,
.layout_main-left-right .blog .items-row .item.span3 .item-image,
.layout_main-left-right .blog .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-height: 126px !important;
  min-width: 120px !important;
  display: block;
}
.layout_left-main-right .blog .items-row .item.span3 .article-text .item-headinfo ul.actions,
.layout_left-main-right .blog .items-row .item.span4 .article-text .item-headinfo ul.actions,
.layout_left-right-main .blog .items-row .item.span3 .article-text .item-headinfo ul.actions,
.layout_left-right-main .blog .items-row .item.span4 .article-text .item-headinfo ul.actions,
.layout_main-left-right .blog .items-row .item.span3 .article-text .item-headinfo ul.actions,
.layout_main-left-right .blog .items-row .item.span4 .article-text .item-headinfo ul.actions {
  display: none;
}
.layout_left-main-right .sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product_s_desc,
.layout_left-right-main .sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product_s_desc,
.layout_main-left-right .sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product_s_desc {
  height: 130px;
  overflow: hidden;
}
.layout_left-main-right .productdetail-content .span5,
.layout_left-right-main .productdetail-content .span5,
.layout_main-left-right .productdetail-content .span5 {
  width: 380px;
  margin-right: 20px;
}
.layout_left-main-right .productdetail-content .span7,
.layout_left-right-main .productdetail-content .span7,
.layout_main-left-right .productdetail-content .span7 {
  float: none;
  display: table-cell;
  margin: 0;
}
.layout_left-main-right .productdetail-content .span7 .product-info .product-title,
.layout_left-right-main .productdetail-content .span7 .product-info .product-title,
.layout_main-left-right .productdetail-content .span7 .product-info .product-title {
  float: none;
  display: block;
}
.layout_left-main-right .productdetails-view .productdetail-content .product-image .additional-images .jCarouselLite img,
.layout_left-right-main .productdetails-view .productdetail-content .product-image .additional-images .jCarouselLite img,
.layout_main-left-right .productdetails-view .productdetail-content .product-image .additional-images .jCarouselLite img {
  width: 80px;
}
.layout_left-main-right .productdetails-view .productdetail-content .product-image .additional-images .nav_button .prev,
.layout_left-right-main .productdetails-view .productdetail-content .product-image .additional-images .nav_button .prev,
.layout_main-left-right .productdetails-view .productdetail-content .product-image .additional-images .nav_button .prev {
  height: 82px;
  background-position: 6px -45px;
}
.layout_left-main-right .productdetails-view .productdetail-content .product-image .additional-images .nav_button .next,
.layout_left-right-main .productdetails-view .productdetail-content .product-image .additional-images .nav_button .next,
.layout_main-left-right .productdetails-view .productdetail-content .product-image .additional-images .nav_button .next {
  height: 82px;
  background-position: 7px 27px;
}
.layout_left-right-main .nogroup-left #content_right {
  margin: 0;
}
a {
  color: #8b0dc8;
}
a:hover {
  color: #ff861a;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-right: 5px;
  font-size: 14px;
  line-height: 100%;
}
.badge,
.label {
  display: inline-block;
}
div.img_caption {
  position: relative;
}
div.img_caption.left {
  margin: 0 1em 1em 0;
}
div.img_caption p.img_caption {
  font-size: 89%;
  padding: 5px 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
div.caption {
  margin: 0 1em 1em 0;
  float: left;
}
div.yt-lightbox a img {
  width: auto;
}
ul {
  margin: 0 0 11px 18px;
}
ul li {
  line-height: 24px;
}
ul ul {
  list-style: disc;
}
ul.blank {
  list-style: none;
  margin: 0;
}
ul.latestnews.yt-list {
  margin: -10px -15px;
}
ul.latestnews.yt-list li:last-child {
  border-bottom: none;
}
ul.latestnews.yt-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 4px 15px;
}
ul.latestnews.yt-list li:hover {
  color: #8b0dc8;
  background: #f5f5f5;
}
ul.latestnews.yt-list li a {
  color: #686868;
}
ul.latestnews.yt-list li a:hover {
  color: #8b0dc8;
}
ul.actions {
  margin: 0;
  display: inline-block;
}
ul.actions .edit-icon {
  list-style: none;
}
label,
input,
button,
select,
textarea {
  font-size: 100%;
}
select {
  padding: 5px 6px;
  background-color: #F7F7F7;
  border: 1px solid #DDDDDD;
}
#modlgn-remember {
  margin-top: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"],
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.inputbox:focus,
button[type="button"]:focus,
button[type="submit"]:focus,
.btn:focus {
  outline: 0 none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F7F7F7),color-stop(50%,#fff),to(#fff));
  background-image: -webkit-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: -moz-linear-gradient(top,#F7F7F7,#fff 5000%,#fff);
  background-image: -o-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
  padding: 4px 6px;
  border-color: #ddd;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-family: inherit;
}
.form-horizontal .controls input {
  width: 250px;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.form-horizontal .control-label {
  text-align: left;
}
.button,
button {
  background: #8b0dc8;
  color: #fff;
  text-shadow: none;
  padding: 5px 15px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0 !important;
}
input.button {
  height: 32px;
}
.button:hover,
button:hover {
  background: #ff7900;
  color: #fff;
}
.button:focus,
button:focus {
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
form.box fieldset {
  border: 1px solid #ccc;
  padding: 0 10px 10px;
}
form.box legend {
  background: #fff;
  padding: 0 10px;
  width: auto;
  border: none;
  margin: 0;
  font-size: 110%;
  line-height: 100%;
}
.display-limit {
  padding: 1em 0;
  overflow: hidden;
}
.collapse {
  overflow: hidden;
}
.form-inline .disabled .icon-search {
  vertical-align: 1px;
  margin-right: 5px;
}
.tooltip {
  background: none;
  border: none;
}
div.tooltip.fade {
  background: transparent;
  border: none;
}
.tip-wrap {
  z-index: 999;
}
.tip-wrap .tip {
  max-width: 350px;
  padding: 0px;
  border: 1px solid #686868;
  background: #eee;
}
.tip-wrap .tip.badge-info {
  background-color: #2f96b4;
  padding: 2px 6px;
  border: none;
  box-shadow: 0;
  display: inline-block;
  position: relative;
  top: -2px;
}
.tip-wrap .tip .tip-title {
  background: #686868;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
}
.tip-wrap .tip .tip-text {
  color: #444;
  font-size: 108%;
  padding: 5px 10px;
}
table.category {
  width: 100%;
}
table.category thead {
  background: #eee;
}
table.category thead tr th {
  background: #939393;
  border-bottom: 2px solid #777;
  font-size: 110%;
  color: #fff;
  padding: 8px;
  text-align: left;
  font-weight: normal;
}
table.category thead tr th a {
  color: #fff;
}
table.category tbody tr:hover td {
  background-color: #f5f5f5;
}
table.category tbody tr td {
  padding: 8px;
  border-bottom: 1px solid #eee;
}
table.category tbody tr td.list-hits,
table.category tbody tr td.hits {
  font-weight: bold;
}
#recaptcha_response_field {
  border-color: #ddd !important;
}
.system-unpublished .system-unpublished {
  margin: -10px;
  padding: 10px;
  border-top: 16px solid;
  border-bottom: 5px solid;
  position: relative;
}
.system-unpublished .system-unpublished:before {
  content: 'Unpublished';
  text-transform: uppercase;
  top: -19px;
  left: 10px;
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
}
span.highlight {
  background-color: #ff7900 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #444;
}
#system-message {
  margin: 0;
}
#system-message .message {
  margin-bottom: 0;
}
#system-message .message > ul {
  margin: 0;
  background-position: 5px 40%;
}
div.categories-list > div {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ECECEC;
}
div.categories-list > div h3.page-header {
  border-bottom: none;
  margin: 0;
}
div.categories-list > div h3.page-header .btn [class^="icon-"] {
  margin: 0;
}
div.categories-list > div h3.page-header .badge {
  vertical-align: 2px;
  display: inline-block;
}
div.categories-list > div.last {
  margin: 0;
  border: none;
}
div.categories-list ul {
  position: relative;
  margin: 0;
}
div.categories-list ul li {
  list-style: none;
  font-weight: bold;
  line-height: 20px;
}
div.categories-list ul li ul > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 10px 0 0 8px;
}
div.categories-list ul li ul > li:after {
  border-left: 1px solid #ccc;
  content: "";
  height: 30px;
  width: 1px;
  left: 0px;
  position: absolute;
  top: 0;
}
div.categories-list ul li ul > li:before {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 28px;
}
div.categories-list ul li ul > li .item-title {
  padding: 3px 8px;
}
div.categories-list ul li .newsfeed-count {
  margin-top: 10px;
}
.blog .heading-category {
  font-size: 191.7%;
  line-height: 100%;
  font-weight: normal;
  color: #8b0dc8;
}
.blog .items-leading {
  overflow: hidden;
  margin-bottom: 20px;
}
.blog .items-leading.cols-2,
.blog .items-leading.cols-3,
.blog .items-leading.cols-4 {
  border-bottom: none;
}
.blog .items-leading .item {
  padding: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ebebeb;
}
.blog .items-leading .item .item-image {
  background: url(../../templates/sj_viste/images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
  z-index: 1;
}
.blog .items-leading .item .item-image img {
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog .items-leading .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: 8px solid #fff;
  border-color: rgba(255,255,255,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .items-leading .item .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog .items-leading .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #9c0fe0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #8b0dc8;
}
.blog .items-leading .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,0px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog .items-leading .item .item-image .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,0px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog .items-leading .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog .items-leading .item .item-image:hover img {
  filter: url("../../templates/sj_viste/images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.06) translate(-10px);
}
.blog .items-leading .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0,0,0,0.3);
}
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  border-color: #ffaf66;
  background: #ff7900;
}
.blog .items-leading .item .article-text {
  overflow: hidden;
}
.blog .items-leading .item .article-text .page-header {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.blog .items-leading .item .article-text .page-header h2 {
  font-size: 133.3%;
  margin: 0;
  font-weight: normal;
}
.blog .items-leading .item .article-text .page-header h2 a {
  color: #8b0dc8;
}
.blog .items-leading .item .article-text .page-header h2 a:hover {
  color: #ff861a;
}
.blog .items-leading .item .article-text .item-headinfo {
  margin: 0 0 10px 0;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 92%;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  float: none;
  vertical-align: top;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd a {
  font-weight: bold;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #909090;
  font-size: 14px;
  padding: 4px 5px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a:hover {
  color: #8b0dc8;
}
.blog .items-leading .item .article-text > p {
  display: inline;
}
.blog .items-leading .item .article-text a.readmore {
  display: inline-block;
  font-size: 92%;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.blog .items-leading .item .article-text a.readmore span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 4px;
}
.blog .items-leading .item .article-text a.readmore span:before {
  content: attr(data-hover);
  position: absolute;
  top: -100%;
  font-weight: bold;
}
.blog .items-leading .item .article-text a.readmore:hover span,
.blog .items-leading .item .article-text a.readmore:focus span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.blog .items-leading .item .article-text a.readmore span {
  padding: 0 8px 0 8px;
}
.blog .items-leading .item.span6 .item-image,
.blog .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-height: 126px !important;
  min-width: 120px !important;
}
.blog .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-row {
  margin-bottom: 20px;
}
.blog .items-row.cols-2,
.blog .items-row.cols-3,
.blog .items-row.cols-4,
.blog .items-row.row-0 {
  border-top: none;
}
.blog .items-row .item {
  padding: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ebebeb;
}
.blog .items-row .item .item-image {
  background: url(../../templates/sj_viste/images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
  z-index: 1;
}
.blog .items-row .item .item-image img {
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog .items-row .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: 8px solid #fff;
  border-color: rgba(255,255,255,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .items-row .item .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog .items-row .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #9c0fe0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #8b0dc8;
}
.blog .items-row .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,0px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog .items-row .item .item-image .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,0px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog .items-row .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog .items-row .item .item-image:hover img {
  filter: url("../../templates/sj_viste/images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.06) translate(-10px);
}
.blog .items-row .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0,0,0,0.3);
}
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  border-color: #ffaf66;
  background: #ff7900;
}
.blog .items-row .item .article-text {
  overflow: hidden;
}
.blog .items-row .item .article-text .page-header {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.blog .items-row .item .article-text .page-header h2 {
  font-size: 133.3%;
  margin: 0;
  font-weight: normal;
}
.blog .items-row .item .article-text .page-header h2 a {
  color: #8b0dc8;
}
.blog .items-row .item .article-text .page-header h2 a:hover {
  color: #ff861a;
}
.blog .items-row .item .article-text .item-headinfo {
  margin: 0 0 10px 0;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 92%;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  float: none;
  vertical-align: top;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd a {
  font-weight: bold;
}
.blog .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #909090;
  font-size: 14px;
  padding: 4px 5px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a:hover {
  color: #8b0dc8;
}
.blog .items-row .item .article-text > p {
  display: inline;
}
.blog .items-row .item .article-text a.readmore {
  display: inline-block;
  font-size: 92%;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.blog .items-row .item .article-text a.readmore span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 4px;
}
.blog .items-row .item .article-text a.readmore span:before {
  content: attr(data-hover);
  position: absolute;
  top: -100%;
  font-weight: bold;
}
.blog .items-row .item .article-text a.readmore:hover span,
.blog .items-row .item .article-text a.readmore:focus span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.blog .items-row .item .article-text a.readmore span {
  padding: 0 8px 0 8px;
}
.blog .items-row .item.span6 .item-image,
.blog .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-height: 126px !important;
  min-width: 120px !important;
}
.blog .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-leading {
  margin-bottom: 20px;
}
.blog-featured .items-leading.cols-2,
.blog-featured .items-leading.cols-3,
.blog-featured .items-leading.cols-4 {
  border-bottom: none;
}
.blog-featured .items-leading .item {
  padding: 0 0 10px 0;
  padding: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ebebeb;
}
.blog-featured .items-leading .item .item-image {
  background: url(../../templates/sj_viste/images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
  z-index: 1;
}
.blog-featured .items-leading .item .item-image img {
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog-featured .items-leading .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: 8px solid #fff;
  border-color: rgba(255,255,255,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #9c0fe0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #8b0dc8;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,0px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,0px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog-featured .items-leading .item .item-image:hover img {
  filter: url("../../templates/sj_viste/images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.06) translate(-10px);
}
.blog-featured .items-leading .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0,0,0,0.3);
}
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  border-color: #ffaf66;
  background: #ff7900;
}
.blog-featured .items-leading .item .article-text {
  overflow: hidden;
}
.blog-featured .items-leading .item .article-text .page-header {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-leading .item .article-text .page-header h2 {
  font-size: 133.3%;
  margin: 0;
  font-weight: normal;
}
.blog-featured .items-leading .item .article-text .page-header h2 a {
  color: #8b0dc8;
}
.blog-featured .items-leading .item .article-text .page-header h2 a:hover {
  color: #ff861a;
}
.blog-featured .items-leading .item .article-text .item-headinfo {
  margin: 0 0 10px 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 92%;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  float: none;
  vertical-align: top;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd a {
  font-weight: bold;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #909090;
  font-size: 14px;
  padding: 4px 5px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a:hover {
  color: #8b0dc8;
}
.blog-featured .items-leading .item .article-text > p {
  display: inline;
}
.blog-featured .items-leading .item .article-text a.readmore {
  display: inline-block;
  font-size: 92%;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.blog-featured .items-leading .item .article-text a.readmore span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 4px;
}
.blog-featured .items-leading .item .article-text a.readmore span:before {
  content: attr(data-hover);
  position: absolute;
  top: -100%;
  font-weight: bold;
}
.blog-featured .items-leading .item .article-text a.readmore:hover span,
.blog-featured .items-leading .item .article-text a.readmore:focus span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.blog-featured .items-leading .item .article-text a.readmore span {
  padding: 0 8px 0 8px;
}
.blog-featured .items-leading .item.span6 .item-image,
.blog-featured .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog-featured .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-height: 126px !important;
  min-width: 120px !important;
}
.blog-featured .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-row {
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-featured .items-row.cols-2,
.blog-featured .items-row.cols-3,
.blog-featured .items-row.cols-4,
.blog-featured .items-row.row-0 {
  border-top: none;
}
.blog-featured .items-row .item {
  padding: 0 0 10px 0;
  padding: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ebebeb;
}
.blog-featured .items-row .item .item-image {
  background: url(../../templates/sj_viste/images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
  z-index: 1;
}
.blog-featured .items-row .item .item-image img {
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog-featured .items-row .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: 8px solid #fff;
  border-color: rgba(255,255,255,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #9c0fe0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #8b0dc8;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,0px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,0px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog-featured .items-row .item .item-image:hover img {
  filter: url("../../templates/sj_viste/images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.06) translate(-10px);
}
.blog-featured .items-row .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0,0,0,0.3);
}
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  border-color: #ffaf66;
  background: #ff7900;
}
.blog-featured .items-row .item .article-text {
  overflow: hidden;
}
.blog-featured .items-row .item .article-text .page-header {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-row .item .article-text .page-header h2 {
  font-size: 133.3%;
  margin: 0;
  font-weight: normal;
}
.blog-featured .items-row .item .article-text .page-header h2 a {
  color: #8b0dc8;
}
.blog-featured .items-row .item .article-text .page-header h2 a:hover {
  color: #ff861a;
}
.blog-featured .items-row .item .article-text .item-headinfo {
  margin: 0 0 10px 0;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 92%;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  float: none;
  vertical-align: top;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd a {
  font-weight: bold;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #909090;
  font-size: 14px;
  padding: 4px 5px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a:hover {
  color: #8b0dc8;
}
.blog-featured .items-row .item .article-text > p {
  display: inline;
}
.blog-featured .items-row .item .article-text a.readmore {
  display: inline-block;
  font-size: 92%;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.blog-featured .items-row .item .article-text a.readmore span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 4px;
}
.blog-featured .items-row .item .article-text a.readmore span:before {
  content: attr(data-hover);
  position: absolute;
  top: -100%;
  font-weight: bold;
}
.blog-featured .items-row .item .article-text a.readmore:hover span,
.blog-featured .items-row .item .article-text a.readmore:focus span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.blog-featured .items-row .item .article-text a.readmore span {
  padding: 0 8px 0 8px;
}
.blog-featured .items-row .item.span6 .item-image,
.blog-featured .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog-featured .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-height: 126px !important;
  min-width: 120px !important;
}
.blog-featured .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.item-page .page-header {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.item-page .page-header h2 {
  font-size: 133.3%;
  margin: 0;
  font-weight: normal;
}
.item-page .page-header h2 a {
  color: #8b0dc8;
}
.item-page .page-header h2 a:hover {
  color: #ff861a;
}
.item-page .page-header h2 {
  font-size: 180%;
  margin-bottom: 7px;
  line-height: 110%;
  font-weight: normal;
  font-family: ;
}
.item-page div.article-info {
  margin: 0 0 10px 0;
  margin: 0 0 20px;
  padding-bottom: 5px;
  overflow: hidden;
  border-bottom: 1px dashed #c8c8c8;
}
.item-page div.article-info dl.article-info {
  margin: 0;
}
.item-page div.article-info dl.article-info dd {
  display: inline-block;
  font-size: 92%;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  float: none;
  vertical-align: top;
}
.item-page div.article-info dl.article-info dd a {
  font-weight: bold;
}
.item-page div.article-info ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.item-page div.article-info ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.item-page div.article-info ul.actions li.print-icon a:after {
  content: "\f02f";
}
.item-page div.article-info ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.item-page div.article-info ul.actions li.edit-icon a:after {
  content: "\f044";
}
.item-page div.article-info ul.actions li a {
  font-family: FontAwesome;
  color: #909090;
  font-size: 14px;
  padding: 4px 5px;
}
.item-page div.article-info ul.actions li a img {
  display: none;
}
.item-page div.article-info ul.actions li a:hover {
  color: #8b0dc8;
}
.item-page div.article-info dl.article-info dd.create {
  background: none;
  padding: 0;
}
.item-page div.article-info .actions .edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .img-fulltext {
  background: url(../../templates/sj_viste/images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin-bottom: 1em;
  display: table;
  margin: 0 auto 1em;
}
.item-page .img-fulltext img {
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.item-page .img-fulltext .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: 8px solid #fff;
  border-color: rgba(255,255,255,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item-page .img-fulltext .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.item-page .img-fulltext .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #9c0fe0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #8b0dc8;
}
.item-page .img-fulltext .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,0px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.item-page .img-fulltext .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,0px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.item-page .img-fulltext .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.item-page .img-fulltext:hover img {
  filter: url("../../templates/sj_viste/images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.06) translate(-10px);
}
.item-page .img-fulltext:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0,0,0,0.3);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-zoom,
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-zoom:hover,
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-link:hover {
  border-color: #ffaf66;
  background: #ff7900;
}
.item-page .img-fulltext div.img_caption p.img_caption {
  padding: 5px 0;
}
.item-page .img-fulltext.pull-left {
  margin-right: 1em;
}
.item-page .img-fulltext.pull-right {
  margin-left: 1em;
}
.item-page .img-fulltext:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.item-page h3.related-title {
  font-size: 180%;
  font-family: ;
  border-bottom: 1px dashed #c8c8c8;
  padding-bottom: 5px;
}
.item-page ul.related-items li {
  margin: 0 0 6px;
  list-style: circle;
}
.item-page ul.related-items li .related-item-title {
  color: #909090;
}
.item-page ul.related-items li .related-item-title:hover {
  color: #ff861a;
}
.item-page ul.related-items li:hover {
  color: #ff861a;
}
.item-page.edit .formelm-buttons {
  margin: 0 0 1em 0;
}
.item-page.edit .button2-left a.modal {
  position: static;
  border: none;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.calendar table td {
  display: table-cell;
}
.calendar thead .hilite {
  border: none;
}
.category-list {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px;
}
.category-list h2 {
  font-size: 191.7%;
  line-height: 100%;
  font-weight: normal;
  color: #8b0dc8;
}
.category-list .cat-items .display-limit select {
  width: auto !important;
}
div.archive .filter-search {
  background: #eee;
  border-color: #ddd;
  border-radius: 0;
}
div.archive .filter-search #limit {
  width: auto;
  margin-right: 10px;
}
div.archive #archive-items > div {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
div.archive #archive-items > div:first-child {
  border-top: none;
}
div.archive #archive-items > div h2.item-title {
  margin: 0;
  font-size: 115%;
}
div.archive #archive-items > div dl.article-info {
  color: #909090;
  margin: 0;
}
div.archive #archive-items > div dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
div.archive #archive-items > div .intro > p {
  display: inline;
}
.pagination {
  height: auto;
  margin: 20px 0 0;
}
.pagination ul.pagination {
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.pagination ul.pagination li {
  display: inline-block;
  margin: 0 4px;
}
.pagination ul.pagination li .active {
  background: #8b0dc8;
  color: #fff;
  border-color: #8b0dc8;
}
.pagination ul.pagination li.prev a,
.pagination ul.pagination li.prev span,
.pagination ul.pagination li.next a,
.pagination ul.pagination li.next span {
  border-radius: 0;
}
.pagination ul.pagination li a,
.pagination ul.pagination li span {
  float: none;
  display: inline-block;
  line-height: 24px;
  padding: 0 9px;
  border: 1px solid #e9e9e9;
  color: #909090;
  background: #f8f8f8;
  height: 25px;
}
.pagination ul.pagination li.active a,
.pagination ul.pagination li.active span,
.pagination ul.pagination li:hover a,
.pagination ul.pagination li:hover span {
  background: #8b0dc8;
  color: #fff;
  border-color: #8b0dc8;
}
.contentpane {
  margin: 10px;
  font-size: 12px;
  color: #777;
  padding: 0;
}
.contentpane #mailto-window > h2 {
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 10px;
}
.contentpane #mailto-window .mailto-close {
  position: absolute;
  right: 40px;
  top: 15px;
  font-size: 16px;
}
.contentpane #mailto-window .formelm label {
  color: #777;
  font-size: 12px;
}
.contentpane #mailto-window input,
.contentpane #mailto-window textarea {
  width: 90%;
}
.contentpane .item-page .img-fulltext {
  display: block;
}
.contentpane .item-page .img-fulltext .img_caption {
  width: auto !important;
}
.pane-sliders {
  border-bottom: 1px solid #ccc;
}
.pane-sliders .panel {
  margin-top: 1px;
}
.pane-sliders .panel h3.title {
  font-size: 166.7%;
  color: #fff;
  margin: 0;
  padding: 9px 12px;
  font-weight: normal;
  background: #8b0dc8;
  padding: 7px 10px;
  font-size: 110%;
  font-weight: bold;
}
.pane-sliders .panel h3.title a {
  color: #fff;
}
.pane-sliders .panel h3.title a:hover {
  color: #ff861a;
}
.pane-sliders .panel h3.title:after {
  content: "+";
  font-family: verdana;
  font-size: 15px;
  width: 18px;
  height: 18px;
  float: right;
  background: #aa18f0;
  font-weight: normal;
  margin-top: 2px;
  text-align: center;
  line-height: 15px;
  color: #fff;
}
.pane-sliders .panel h3.title.pane-toggler-down:after {
  content: "-";
}
.pane-sliders .panel .content {
  padding: 20px;
  border: 1px solid #ccc;
}
.pane-sliders .panel .content > *:first-child {
  margin-top: 15px;
}
.search #searchForm legend {
  font-size: 18px;
  color: #686868;
}
.search #searchForm .phrases-box input,
.search #searchForm .only input {
  float: left;
  margin-right: 5px;
}
.search .search-results {
  clear: both;
}
.search .search-results .result-category {
  display: none;
}
.search .search-results .result-category,
.search .search-results .result-text {
  padding: 0;
  margin: 0;
}
.search .search-results .result-text {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.finder #search-form {
  padding: 20px;
}
.finder #search-form #finder-search {
  margin: 0;
}
.finder #search-form #finder-search .word .button {
  padding: 4px 15px;
}
.finder #search-form #finder-search #advanced-search {
  padding: 10px 0 0;
  height: auto;
}
.finder #search-form #finder-search #advanced-search .advanced-search-tip {
  margin-bottom: 2em;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul {
  list-style: none;
  margin: 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li {
  margin-bottom: 10px;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li label {
  width: 150px;
}
.finder #search-results #search-query-explained {
  margin: 1em 0;
  border-bottom: 3px solid #eee;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -1px 0 #ccc;
  -moz-box-shadow: inset 0 -1px 0 #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
}
.finder #search-results ul.list-striped {
  margin: 0;
  list-style: none;
}
.finder #search-results ul.list-striped li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.finder #search-results ul.list-striped li .result-url {
  color: #909090;
}
.newsfeed-category select[multiple],
.newsfeed-category select[size],
.contact-category select[multiple],
.contact-category select[size] {
  width: auto;
}
.newsfeed h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 160%;
  line-height: 130%;
}
.newsfeed .feed-description {
  background: #eee;
  padding: 10px;
}
.newsfeed ol {
  margin: 0;
  list-style: none;
}
.newsfeed ol li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.newsfeed ol li >  a {
  color: #777;
  font-weight: bold;
  font-size: 118.6%;
}
.newsfeed ol li >  a:hover {
  color: #ff861a;
}
.newsfeed ol li .feed-item-description {
  margin-top: 10px;
  overflow: hidden;
}
.weblink-category select[multiple],
.weblink-category select[size] {
  width: auto !important;
}
h1.title {
  color: #8b0dc8;
  margin-bottom: 20px;
}
h2.subtitle {
  font-size: 130%;
}
.view-login #content #yt_component {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-login .wrap-login {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-login .wrap-login .page-header {
  margin: 0 0 15px;
}
.view-login .wrap-login .page-header h1 {
  margin: 0;
  font-size: 148.6%;
}
.view-login .wrap-login .form-horizontal .control-label {
  float: none;
}
.view-login .wrap-login .other-link ul.yt-list {
  margin: 0 0 0 17px;
}
.view-login .wrap-login .other-link ul.yt-list li a:hover {
  color: #ff861a;
}
.login .form-horizontal {
  margin-bottom: 0;
}
.login .well {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0 0;
  margin: 0;
}
.login .well .controls {
  margin: 0;
}
.registration .page-header {
  margin: 0 0 15px;
}
.registration .page-header h2 {
  margin: 0;
  line-height: 137%;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.reset dd,
.remind dd {
  margin: 0;
}
div.contact {
  overflow: hidden;
}
div.contact .panel-left {
  padding-right: 25px;
}
div.contact .panel-form .button i {
  margin: -3px 0 0 5px;
  border-color: #fff;
  background: url("../../templates/sj_viste/images/white-arrow-right.png") no-repeat scroll 3px 4px;
}
div.contact .contact-image {
  margin-bottom: 1em;
}
div.contact .contact-miscinfo {
  margin-bottom: 2em;
}
div.contact textarea,
div.contact input {
  width: 90%;
  border-color: #E0E0E0;
}
div.contact textarea {
  height: 145px;
  width: 97%;
  margin-bottom: 1em;
}
.suffix strong {
  display: inline-block;
}
.module_menu,
div.module {
  margin: 0;
  margin-bottom: 15px;
}
.module.clear {
  background: transparent;
  clear: none;
  z-index: 2;
}
.module.clear h3.modtitle {
  background: none;
  border: none;
}
.module.clear .modcontent {
  background: none;
  border: none;
}
.module.clear h3.modtitle {
  padding: 15px 0;
  color: #686868;
}
.module.clear div.modcontent {
  padding: 0;
}
.module.blank {
  background: transparent;
}
.module.blank h3.modtitle {
  background: none;
  border: none;
}
.module.blank .modcontent {
  background: none;
  border: none;
}
.module.blank h3.modtitle {
  color: #595959;
  padding: 10px 10px 0;
}
.module h3.modtitle {
  font-size: 166.7%;
  color: #fff;
  margin: 0;
  padding: 9px 12px;
  font-weight: normal;
  background: #8b0dc8;
}
.module div.modcontent {
  padding: 10px;
}
.module.box-border {
  padding: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
  position: static;
}
.module.box-border .component-inner2 {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px;
}
.module.box1 {
  background: #8b0dc8;
}
.module.box1 .modtitle {
  font-size: 166.7%;
  text-align: center;
}
.module.box1 .modcontent {
  margin: 0 5px 5px;
  background-color: #fff;
}
.module.box2 .modtitle {
  margin-bottom: 5px;
  text-align: center;
  font-size: 166.7%;
}
.module.box2 .modcontent {
  border: 5px solid #8b0dc8;
}
.module.box3 .modtitle {
  text-align: center;
  border-bottom: 5px solid #b230f2;
}
.module.box3 .modcontent {
  padding: 10px 0;
}
.module.box4 .modcontent {
  padding: 10px 0;
}
.module.box5 {
  background: #8b0dc8;
  color: #fff;
}
.module.box5 .modcontent {
  padding: 10px 12px;
}
.module.box6 {
  margin-bottom: 0;
}
.module.box6 .modtitle {
  color: #909090;
  border-bottom: 1px solid #EBEBEB;
  background: transparent;
  padding: 10px 15px;
}
.module.badge-new h3.modtitle .badges {
  width: 29px;
  height: 14px;
  display: block;
  float: right;
  margin: 7px 0;
  background: url("../../templates/sj_viste/images/badge.png") no-repeat 0 0;
}
.module.badge-new .modcontent {
  padding: 10px 0 0;
}
.module.badge-cool h3.modtitle .badges {
  width: 29px;
  height: 14px;
  display: block;
  float: right;
  margin: 7px 0;
  background: url("../../templates/sj_viste/images/badge.png") no-repeat 0 -20px;
}
.module.badge-cool .modcontent {
  padding: 10px 0 0;
}
.module.badge-hot h3.modtitle .badges {
  width: 29px;
  height: 14px;
  display: block;
  float: right;
  margin: 7px 0;
  background: url("../../templates/sj_viste/images/badge.png") no-repeat 0 -40px;
}
.module.badge-hot .modcontent {
  padding: 10px 0 0;
}
.module.badge-best h3.modtitle .badges {
  width: 29px;
  height: 14px;
  display: block;
  float: right;
  margin: 7px 0;
  background: url("../../templates/sj_viste/images/badge.png") no-repeat 0 -62px;
}
.module.badge-best .modcontent {
  padding: 10px 0 0;
}
.module.style-icon .modtitle {
  padding: 5px 10px;
}
.module.style-icon .modtitle [class^="icon-"],
.module.style-icon .modtitle [class*=" icon-"] {
  font-size: 100%;
  color: #8b0dc8;
  border-radius: 36px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #fff;
  line-height: 36px;
  text-align: center;
}
.module._menu div.modcontent {
  padding: 0;
}
.module._menu ul.menu {
  list-style: none;
  margin: 5px 0 10px;
}
.module._menu ul.menu > li {
  padding: 5px 15px;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
.module._menu ul.menu > li:last-child {
  border: none;
}
.module._menu ul.menu > li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: url(../../templates/sj_viste/images/purple/list-disc.png) no-repeat 0 0;
  float: left;
  margin: 9px 9px 0 0;
}
.module._menu ul.menu > li > a {
  color: #686868;
  display: block;
}
.module._menu ul.menu > li > a:hover {
  color: #ff7900;
}
.module._menu ul.menu > li [class^="icon-"],
.module._menu ul.menu > li [class*=" icon-"] {
  display: inline-block;
  font-family: "arial";
}
.module._menu ul.menu > li [class^="icon-"]:before,
.module._menu ul.menu > li [class*=" icon-"]:before {
  display: none;
}
.module._menu ul.menu > li:hover,
.module._menu ul.menu > li.active {
  background-color: #f8f8f8;
}
.module._menu ul.menu > li:hover:before,
.module._menu ul.menu > li.active:before {
  background-position: 0 -43px;
}
.module._menu ul.menu > li:hover a,
.module._menu ul.menu > li.active a {
  color: #ff861a;
}
.module._menu ul.menu > li.deeper {
  background: transparent;
  border: none;
}
.module._menu ul.menu > li.deeper:before {
  color: #ff861a;
}
.module._menu ul.menu > li.deeper > a {
  color: #ff7900;
}
.module._menu ul.menu > li.deeper ul {
  list-style: none;
  margin: 0 0 0 13px;
}
.module._menu ul.menu > li.deeper ul li {
  margin-bottom: 3px;
}
.module._menu ul.menu > li.deeper ul li:hover {
  color: #686868;
}
.module._menu ul.menu > li.deeper ul li:hover:before {
  color: #ff861a;
}
.module._menu ul.menu > li.deeper ul li:hover li {
  color: #686868;
}
.module._menu ul.menu > li.deeper ul li:hover li:hover {
  color: #8b0dc8;
}
.module._menu ul.menu > li.deeper ul li.active:before {
  color: #ff861a;
}
.module._menu ul.menu > li.deeper ul li.active li {
  color: #686868;
}
.module._menu ul.menu > li.deeper ul li.active li:hover {
  color: #ff861a;
}
.module._menu ul.menu > li.deeper ul li.active li.active {
  color: #ff861a;
}
.module._menu ul.menu > li.deeper ul li.active li.active > a {
  color: #ff861a;
}
.module._menu ul.menu > li.deeper ul li.active li a {
  color: #686868;
}
.module._menu ul.menu > li.deeper ul li.active li a:hover {
  color: #ff861a;
}
.module._menu ul.menu > li.deeper ul li.active a {
  color: #ff861a;
}
.module._menu ul.menu > li.deeper ul li a {
  color: #686868;
}
.module._menu ul.menu > li.deeper ul li a:hover {
  color: #ff861a;
}
table.variations {
  width: 100%;
  clear: both;
  margin: 1em 0 2em;
  border: 1px solid #ddd;
}
table.variations tr.odd {
  background: none;
  border: none;
}
table.variations tr.odd td {
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
table.variations tr td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #686868;
}
table.variations tr td.bold {
  font-weight: bold;
  background: #e5e5e5;
  box-shadow: 0px 1px 0 rgba(255,255,255,0.6) inset;
}
#topmenu > * {
  float: left;
  margin: 0 10px;
}
#topmenu .login-greeting {
  float: left;
}
#topmenu ul.menu {
  float: left;
  margin: 0;
  margin: 0;
}
#topmenu ul.menu li {
  display: inline-block;
  padding: 0 15px 0 0;
  line-height: 20px;
  margin-bottom: 0;
}
#topmenu ul.menu li.item {
  width: 32%;
  padding: 0;
}
#topmenu ul.menu > li {
  margin: 4px 0px;
  padding: 0;
}
#topmenu ul.menu > li:after {
  content: "|";
  color: #8713f8;
  display: inline-block;
  margin: 0 7px;
  vertical-align: top;
}
#topmenu ul.menu > li.yt-login:before {
  content: "|";
  margin: 0 5px;
  vertical-align: top;
  color: #8713f8;
}
#topmenu ul.menu > li > a {
  color: #a54ffa;
  display: inline-block;
  font-weight: bold;
}
#topmenu ul.menu > li > a:hover {
  color: #fff;
}
#topmenu ul.yt-loginform li a {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#topmenu ul.yt-loginform li a span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 4px;
}
#topmenu ul.yt-loginform li a span:before {
  content: attr(data-hover);
  position: absolute;
  top: -100%;
  font-weight: bold;
}
#topmenu ul.yt-loginform li a:hover span,
#topmenu ul.yt-loginform li a:focus span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
#mod-finder-searchform {
  margin: 0;
  position: relative;
  overflow: hidden;
}
#mod-finder-searchform .finder {
  background: #fff;
  display: block;
}
#mod-finder-searchform .finder input.inputbox {
  padding: 4px 0px;
  background: transparent;
  width: 173px;
  color: #909090;
  font-size: 91%;
  border: none;
  box-shadow: none;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#mod-finder-searchform .finder .button {
  color: #8b0dc8;
  float: left;
  border: none;
  padding: 4px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url(../../templates/sj_viste/images/finder-1.png) no-repeat 50px 10px;
}
#mod-finder-searchform .finder i {
  margin: 0;
  font-size: 14px;
}
#mod-finder-searchform .finder input.inputbox:focus + .button {
  background-position: right 10px;
}
#mod-finder-searchform .finder input.inputbox:focus + .button i {
  color: #ff861a;
}
dl.stats-module {
  margin: 0;
}
dl.stats-module dt {
  float: left;
  line-height: 28px;
  padding: 0 10px 0 15px;
  width: 110px;
}
dl.stats-module dd {
  height: 28px;
  line-height: 28px;
}
.modtitle {
  font-weight: normal;
}
.border-round {
  text-align: center;
  line-height: 45px;
  border: 2px solid #fff;
  display: inline-block;
  margin: 10px 10px 10px 0;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  margin-right: 14px;
}
.border-round i {
  margin: 0;
}
.border-bottom {
  border-bottom: 1px solid #ebebeb;
}
.googleMap p {
  margin: 0;
}
.listline_solid {
  margin: 0;
}
.listline_solid li {
  display: inline-block;
  padding: 0;
  line-height: 20px;
  margin-bottom: 0;
}
.listline_solid li:before {
  content: "|";
  margin: 0 10px;
  color: #909090;
  font-size: 12px;
}
.listline_solid li:first-child:before {
  content: "";
}
.listline_solid li a {
  color: #909090;
}
.listline_solid li a:hover {
  color: #8b0dc8;
}
.yt-socialNetworking {
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.yt-socialNetworking .yt-socialbt {
  margin: 0;
  padding: 0;
  height: 50px;
  width: 25%;
  float: left;
  border-left: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.yt-socialNetworking .yt-socialbt .socialbt-inner {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  margin-top: -50px;
}
.yt-socialNetworking .yt-socialbt .socialbt-inner:first-child {
  border: none;
}
.yt-socialNetworking .yt-socialbt .socialbt-inner a.sb {
  height: 50px;
  width: 100%;
  line-height: 50px;
  border: none;
  box-shadow: none;
  color: #b3b3b3;
}
.yt-socialNetworking .yt-socialbt .socialbt-inner a.sb i {
  line-height: 50px;
}
.yt-socialNetworking .yt-socialbt .socialbt-inner a.color {
  color: #fff;
  z-index: 2;
}
.yt-socialNetworking .yt-socialbt:hover .socialbt-inner {
  margin-top: 0%;
}
#bottom1 ul.menu li,
#bottom2 ul.menu li,
#bottom3 ul.menu li {
  font-size: 18px;
  color: #999;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  margin-bottom: 2px;
}
#bottom1 ul.menu li a,
#bottom1 ul.menu li span,
#bottom2 ul.menu li a,
#bottom2 ul.menu li span,
#bottom3 ul.menu li a,
#bottom3 ul.menu li span {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
#bottom1 ul.menu li a,
#bottom2 ul.menu li a,
#bottom3 ul.menu li a {
  color: #909090;
}
#bottom1 ul.menu li a:hover,
#bottom2 ul.menu li a:hover,
#bottom3 ul.menu li a:hover {
  color: #8b0dc8;
}
#bottom1 ul.menu li[class*="item-"]:hover,
#bottom2 ul.menu li[class*="item-"]:hover,
#bottom3 ul.menu li[class*="item-"]:hover {
  font-size: 21px;
  color: #8b0dc8;
}
#bottom1 .yt-list.type-disc li:before,
#bottom2 .yt-list.type-disc li:before,
#bottom3 .yt-list.type-disc li:before {
  font-size: 9px;
  color: #999;
}
div.yt-alert {
  background: transparent;
  border: none;
  color: #909090;
  padding: 12px 15px;
  margin: 0;
  min-height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
div.yt-alert .modtitle {
  font-size: 150%;
  color: #ff861a;
  margin: 0 5px;
  display: inline-block;
}
div.yt-alert .modtitle:hover {
  color: #8b0dc8;
}
div.yt-alert em {
  font-size: 24px;
  line-height: 20px;
  vertical-align: top;
}
div.yt-alert .close {
  position: static;
  border: 1px dashed #686868;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 15px;
}
div.yt-alert #myCarousel {
  margin: 0 !important;
  width: 95%;
  line-height: 23px;
}
#topmenu .yt-account {
  position: relative;
  height: 40px;
  width: auto;
  z-index: 120;
  margin: 0;
}
#topmenu .yt-account a.hover-link {
  height: 34px;
  display: block;
  font-weight: bold;
  padding: 4px 0;
  color: #a54ffa;
}
#topmenu .yt-account a.hover-link em {
  margin: 0;
}
#topmenu .yt-account a.hover-link:before {
  border-color: transparent transparent #FFFFFF #FFFFFF;
  border-style: solid;
  border-width: 6px 14px;
  bottom: -3px;
  content: "";
  display: none;
  position: absolute;
  right: 12px;
  z-index: 30;
}
#topmenu .yt-account:hover a:before {
  display: block;
}
#topmenu .yt-account .sub-account {
  width: 370px;
  background: #fff;
  position: absolute;
  z-index: 12;
  display: none;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
#topmenu .yt-account .sub-account .account-title {
  padding: 5px 15px;
  background: url("../../templates/sj_viste/images/content-top.png") repeat-x 0 bottom #FFFFFF;
  font-size: 115%;
  color: #777777;
}
#topmenu .yt-account .sub-account .account-content {
  overflow: hidden;
  padding: 10px 15px;
}
#topmenu .yt-account .sub-account .account-content ul.subnavi li {
  margin-bottom: 6px;
  padding-left: 15px;
  background: url(../../templates/sj_viste/images/purple/list-disc.png) no-repeat 0 8px;
  line-height: 22px;
}
#topmenu .yt-account .sub-account .account-content ul.subnavi li:hover {
  background-position: 0 -35px;
}
#topmenu .yt-account .sub-account .account-content ul.subnavi li a {
  padding: 0;
  color: #909090;
}
#topmenu .yt-account .sub-account .account-content ul.subnavi li a:hover {
  color: #8b0dc8;
}
.chzn-container {
  margin-bottom: 15px;
  width: 100%;
}
.sj-minicart-pro .mc-header .mc-yourcart {
  text-align: center;
  line-height: 45px;
  border: 3px solid #b230f2;
  display: inline-block;
  margin: 10px 10px 10px 0;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-size: 14px;
  vertical-align: text-top;
  height: 28px;
  width: 28px;
  line-height: 27px;
  background-color: #fff;
  margin: -10px 5px 0;
}
.sj-minicart-pro .mc-header .mc-yourcart i {
  margin: 0;
}
.sj-minicart-pro .mc-header .mc-yourcart span {
  color: #8b0dc8;
}
.sj-minicart-pro .mc-header .mc-yourcart:hover span {
  color: #ff7900;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-top span.mc-update-btn {
  background: #686868;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-top span.mc-update-btn:hover {
  background: #ff7900;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-list .mc-product-inner .mc-attribute {
  font-size: 12px;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-list .mc-product-inner .mc-attribute .attr-price span.value {
  color: #8b0dc8;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-list .mc-product-inner .mc-attribute .label {
  color: #909090;
  text-shadow: none;
  font-size: 100%;
  font-weight: normal;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-list .mc-product-inner .mc-attribute .attr-name a {
  color: #909090;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-list .mc-product-inner .mc-attribute .attr-name a:hover {
  color: #8b0dc8;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-list .mc-product-inner .mc-attribute .mc-remove {
  color: #999;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-list .mc-product-inner .mc-attribute .mc-remove:hover {
  color: #ff861a;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-footer .mc-totalprice-footer {
  color: #686868;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-footer a.mc-gotocart,
.sj-minicart-pro .mc-content .mc-content-inner .mc-footer .mc-checkout-footer {
  background-color: transparent;
}
div.sj-maxtrix-slider .mts-wrap .mts-info {
  background: #8b0dc8;
}
div.sj-maxtrix-slider .mts-wrap .mts-images-wrap .mts-mark .mts-mark-inner {
  border-color: #8b0dc8;
}
div.sj-maxtrix-slider .mts-control {
  border-top-color: #a60fee;
}
div.sj-maxtrix-slider .mts-control .mts-prev,
div.sj-maxtrix-slider .mts-control .mts-next {
  background: url(../../templates/sj_viste/images/round-arrow.png) no-repeat 0 0;
  cursor: pointer;
}
div.sj-maxtrix-slider .mts-control .mts-prev {
  background-position: left -70px;
}
div.sj-maxtrix-slider .mts-control li.mts-addtocart input.addtocart-button {
  background: url(../../templates/sj_viste/images/shoping-cart.png) no-repeat 15px center white;
  color: #8b0dc8;
  font-size: 115%;
}
.sj-responsive-listing .respl-wrap .respl-header .respl-sort-view {
  width: 47px;
  position: absolute;
  z-index: 2;
  left: -48px;
  top: 0;
}
.sj-responsive-listing .respl-wrap .respl-header .respl-sort-view ul.respl-view li {
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  height: 48px;
  line-height: 48px;
}
.sj-responsive-listing .respl-wrap .respl-header .respl-sort-view ul.respl-view li a {
  color: #cbcbcb;
  display: block;
}
.sj-responsive-listing .respl-wrap .respl-header .respl-sort-view ul.respl-view li.sel a {
  color: #8b0dc8;
}
.sj-responsive-listing .respl-wrap .grid .respl-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 6px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 6px;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-header {
  margin: -6px -6px 0;
  border-bottom: 1px solid #ececec;
  display: block;
  min-height: 46px;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-header:before {
  content: "";
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 0;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-header .title {
  font-size: 146%;
  font-weight: normal;
  width: 70%;
  margin: 0;
  padding: 6px 0 0 6px;
  display: table-cell;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-header .title a {
  display: block;
  margin: 7px 10px 10px;
  color: #909090;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-header .title a:hover {
  color: #8b0dc8;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-header .price {
  width: 30%;
  background: #8b0dc8;
  display: table-cell;
  position: relative;
  z-index: 4;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-header .price > .PricesalesPrice {
  margin: 12px 10px;
  text-align: center;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-header .price > .PricesalesPrice span {
  color: #fff;
  font-weight: bold;
  font-size: 123.1%;
  display: inline-block;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content {
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-front,
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-front {
  z-index: 2;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-front .product-img {
  text-align: center;
  height: 100%;
  background: #fff;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-front .product-img img {
  height: 100%;
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-back {
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #9c0fe0;
  background-color: rgba(139,13,201,0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0,-20%);
  -moz-transform: translate(0,-20%);
  -ms-transform: translate(0,-20%);
  -o-transform: translate(0,-20%);
  transform: translate(0,-20%);
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-back .vote-rating {
  text-align: center;
  width: 122px;
  margin-left: -61px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 3;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-back .vote-rating span.vote {
  color: #fff;
  font-size: 100%;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-back .vote-rating .vmicon {
  width: 62px;
  height: 11px;
  background: url("../../templates/sj_viste/images/store/vm2-sprite.png") no-repeat 0 0;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-back .vote-rating .vm2-stars1 {
  background-position: 0 -57px;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-back .vote-rating .vm2-stars2 {
  background-position: 0 -43px;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-back .vote-rating .vm2-stars3 {
  background-position: 0 -29px;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-back .vote-rating .vm2-stars4 {
  background-position: 0 -14px;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-back .vote-rating .vm2-stars5 {
  background-position: 0 0;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-content .product-content-inner .product-back ul.yt-list li:before {
  color: #b230f2;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .addtocart-area {
  text-align: center;
  border-top: 1px solid #ebebeb;
  margin: 6px -6px -6px;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .addtocart-area form {
  margin: 0;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .addtocart-area form .addtocart-button {
  float: none;
  margin: 5px 0;
  width: auto;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .addtocart-area form .addtocart-button .addtocart-button {
  background: url(../../templates/sj_viste/images/shoping-cart.png) no-repeat 5px 8px;
  color: #909090;
  font-size: 123.1%;
  padding-left: 30px;
  min-height: 32px;
  border: none;
  border-radius: 0;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .addtocart-area form .addtocart-button .addtocart-button-disabled {
  color: #909090;
  font-size: 123.1%;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 2px 0;
  width: 100%;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner:hover {
  background: #8b0dc8;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner:hover .product-header {
  border-bottom-color: #8b0dc8;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner:hover .product-header h3.title a {
  background: #fff;
  color: #ff861a;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner:hover .product-header h3.title a:hover {
  color: #8b0dc8;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner:hover .product-content-inner .product-back {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner:hover .product-content-inner .product-front .product-img img {
  filter: url("../../templates/sj_viste/images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.1) translate(-10px);
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner:hover .addtocart-area {
  border-top-color: transparent;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner:hover .addtocart-area .product .addtocart-bar .addtocart-button input.addtocart-button {
  background: url(../../templates/sj_viste/images/shoping-cart-white.png) no-repeat 5px 8px;
  color: #fff;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-header {
  overflow: hidden;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .item-price {
  display: none;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .item-title {
  display: none;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .item-vote {
  display: none;
}
.sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .item-readmore .cartback {
  display: none;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 8px;
  overflow: hidden;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-header {
  display: none;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-content {
  float: left;
  width: 27%;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-content .product-content-inner {
  margin-right: 10px;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-content .product-back {
  display: none;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom {
  float: left;
  width: 73%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom:before {
  content: "";
  width: 1px;
  background: #ebebeb;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -8px;
  bottom: -8px;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-title {
  font-size: 166.7%;
  font-weight: normal;
  margin: 0 15px;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-price {
  background-color: #8b0dc8;
  position: absolute;
  z-index: 1;
  right: -8px;
  top: -8px;
  padding: 8px 15px;
  color: #fff;
  font-size: 123.1%;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-vote {
  padding: 0 0 5px;
  margin: 0 15px;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-vote .vote-number {
  display: inline-block;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-vote .add-review {
  color: #909090;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-vote .add-review:hover {
  color: #8b0dc8;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-vote .add-review:before {
  content: "|";
  padding: 0 5px;
  color: #bcbcbc;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore {
  text-align: center;
  border-top: 1px solid #ebebeb;
  margin: 6px -6px -6px;
  border: none;
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  float: left;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore form {
  margin: 0;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore form .addtocart-button {
  float: none;
  margin: 5px 0;
  width: auto;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore form .addtocart-button .addtocart-button {
  background: url(../../templates/sj_viste/images/shoping-cart.png) no-repeat 5px 8px;
  color: #909090;
  font-size: 123.1%;
  padding-left: 30px;
  min-height: 32px;
  border: none;
  border-radius: 0;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore form .addtocart-button .addtocart-button-disabled {
  color: #909090;
  font-size: 123.1%;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 2px 0;
  width: 100%;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore:before {
  content: "";
  height: 1px;
  background: #ebebeb;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0;
  right: -8px;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore .addtocart-area {
  text-align: left;
  float: left;
  position: relative;
  z-index: 1;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore .addtocart-area:before {
  content: "";
  width: 1px;
  background: #ebebeb;
  position: absolute;
  z-index: 2;
  bottom: -8px;
  top: 0;
  right: 0px;
  display: block;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore .addtocart-area form.product {
  width: 150px;
  overflow: hidden;
  float: left;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore .addtocart-area form.product span.addtocart-button {
  margin: 0;
  float: left;
  width: 150px;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore .addtocart-area form.product span.addtocart-button input {
  margin: 5px 10px 0;
  height: 32px;
  display: block;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore .addtocart-area form.product .addtocart-bar {
  margin-left: -150px;
  width: 300px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore .addtocart-area form.product .addtocart-bar .cartback {
  background: #8b0dc8;
  margin-bottom: -8px;
  padding-top: 8px;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore .addtocart-area form.product .addtocart-bar .cartback input {
  background: url(../../templates/sj_viste/images/shoping-cart-white.png) no-repeat 5px 8px;
  color: #fff;
  margin: 0 10px;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom:hover .item-readmore .addtocart-area form.product .addtocart-bar {
  margin: 0;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner:hover {
  background-color: #8b0dc8;
}
.sj-responsive-listing .respl-wrap .list .respl-item .item-inner:hover .item-inner2 {
  display: block;
  overflow: hidden;
  background: #fff;
}
.sj-responsive-listing .respl-wrap div.respl-btn {
  background: #8b0dc8;
  text-transform: capitalize;
}
.sj-responsive-listing .respl-wrap div.respl-btn:hover {
  background-color: #ff7900;
}
.sj-responsive-listing .respl-wrap div.respl-btn .respl-button .loader-label {
  color: #fff;
  font-size: 150%;
}
.subFlatMenu li .fm-item {
  background: transparent;
}
.subFlatMenu li .fm-item .fm-button {
  color: #c9c9c9;
}
.subFlatMenu li .fm-item a {
  color: #909090;
  line-height: 22px;
  padding: 7px 0 6px;
}
.subFlatMenu li:hover .fm-item,
.subFlatMenu li.fm-active .fm-item {
  background-color: #F8F8F8;
}
.subFlatMenu li:hover .fm-item .fm-button,
.subFlatMenu li.fm-active .fm-item .fm-button {
  color: #8b0dc8;
}
.subFlatMenu li:hover .fm-item a,
.subFlatMenu li.fm-active .fm-item a {
  color: #8b0dc8;
}
ul.sj-flat-menu > li > .fm-item {
  background: url("../../templates/sj_viste/images/purple/list-disc.png") no-repeat 0 13px;
  margin: 0 10px;
  color: #909090;
}
ul.sj-flat-menu > li > .fm-item a {
  font-size: 118%;
}
ul.sj-flat-menu > li.fm-active,
ul.sj-flat-menu > li:hover {
  background-color: #F8F8F8;
}
ul.sj-flat-menu > li.fm-active > .fm-item,
ul.sj-flat-menu > li:hover > .fm-item {
  background-position: 0 -30px;
}
ul.sj-flat-menu > li.fm-active > .fm-item .fm-button,
ul.sj-flat-menu > li:hover > .fm-item .fm-button {
  color: #8b0dc8;
}
ul.sj-flat-menu > li.fm-active > .fm-item .fm-link a,
ul.sj-flat-menu > li:hover > .fm-item .fm-link a {
  color: #8b0dc8;
}
ul.sj-flat-menu > li .fm-container li .fm-item {
  background: transparent;
}
ul.sj-flat-menu > li .fm-container li .fm-item .fm-button {
  color: #c9c9c9;
}
ul.sj-flat-menu > li .fm-container li .fm-item a {
  color: #909090;
  line-height: 22px;
  padding: 7px 0 6px;
}
ul.sj-flat-menu > li .fm-container li:hover .fm-item,
ul.sj-flat-menu > li .fm-container li.fm-active .fm-item {
  background-color: #F8F8F8;
}
ul.sj-flat-menu > li .fm-container li:hover .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container li.fm-active .fm-item .fm-button {
  color: #8b0dc8;
}
ul.sj-flat-menu > li .fm-container li:hover .fm-item a,
ul.sj-flat-menu > li .fm-container li.fm-active .fm-item a {
  color: #8b0dc8;
}
ul.sj-flat-menu > li .fm-container ul li.fm-active li .fm-item,
ul.sj-flat-menu > li .fm-container ul li:hover li .fm-item {
  background: transparent;
}
ul.sj-flat-menu > li .fm-container ul li.fm-active li .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li:hover li .fm-item .fm-button {
  color: #c9c9c9;
}
ul.sj-flat-menu > li .fm-container ul li.fm-active li .fm-item a,
ul.sj-flat-menu > li .fm-container ul li:hover li .fm-item a {
  color: #909090;
  line-height: 22px;
  padding: 7px 0 6px;
}
ul.sj-flat-menu > li .fm-container ul li.fm-active li:hover .fm-item,
ul.sj-flat-menu > li .fm-container ul li.fm-active li.fm-active .fm-item,
ul.sj-flat-menu > li .fm-container ul li:hover li:hover .fm-item,
ul.sj-flat-menu > li .fm-container ul li:hover li.fm-active .fm-item {
  background-color: #F8F8F8;
}
ul.sj-flat-menu > li .fm-container ul li.fm-active li:hover .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li.fm-active li.fm-active .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li:hover li:hover .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li:hover li.fm-active .fm-item .fm-button {
  color: #8b0dc8;
}
ul.sj-flat-menu > li .fm-container ul li.fm-active li:hover .fm-item a,
ul.sj-flat-menu > li .fm-container ul li.fm-active li.fm-active .fm-item a,
ul.sj-flat-menu > li .fm-container ul li:hover li:hover .fm-item a,
ul.sj-flat-menu > li .fm-container ul li:hover li.fm-active .fm-item a {
  color: #8b0dc8;
}
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li.fm-active li .fm-item,
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li:hover li .fm-item,
ul.sj-flat-menu > li .fm-container ul li:hover ul li.fm-active li .fm-item,
ul.sj-flat-menu > li .fm-container ul li:hover ul li:hover li .fm-item {
  background: transparent;
}
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li.fm-active li .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li:hover li .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li:hover ul li.fm-active li .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li:hover ul li:hover li .fm-item .fm-button {
  color: #c9c9c9;
}
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li.fm-active li .fm-item a,
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li:hover li .fm-item a,
ul.sj-flat-menu > li .fm-container ul li:hover ul li.fm-active li .fm-item a,
ul.sj-flat-menu > li .fm-container ul li:hover ul li:hover li .fm-item a {
  color: #909090;
  line-height: 22px;
  padding: 7px 0 6px;
}
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li.fm-active li:hover .fm-item,
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li.fm-active li.fm-active .fm-item,
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li:hover li:hover .fm-item,
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li:hover li.fm-active .fm-item,
ul.sj-flat-menu > li .fm-container ul li:hover ul li.fm-active li:hover .fm-item,
ul.sj-flat-menu > li .fm-container ul li:hover ul li.fm-active li.fm-active .fm-item,
ul.sj-flat-menu > li .fm-container ul li:hover ul li:hover li:hover .fm-item,
ul.sj-flat-menu > li .fm-container ul li:hover ul li:hover li.fm-active .fm-item {
  background-color: #F8F8F8;
}
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li.fm-active li:hover .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li.fm-active li.fm-active .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li:hover li:hover .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li:hover li.fm-active .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li:hover ul li.fm-active li:hover .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li:hover ul li.fm-active li.fm-active .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li:hover ul li:hover li:hover .fm-item .fm-button,
ul.sj-flat-menu > li .fm-container ul li:hover ul li:hover li.fm-active .fm-item .fm-button {
  color: #8b0dc8;
}
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li.fm-active li:hover .fm-item a,
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li.fm-active li.fm-active .fm-item a,
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li:hover li:hover .fm-item a,
ul.sj-flat-menu > li .fm-container ul li.fm-active ul li:hover li.fm-active .fm-item a,
ul.sj-flat-menu > li .fm-container ul li:hover ul li.fm-active li:hover .fm-item a,
ul.sj-flat-menu > li .fm-container ul li:hover ul li.fm-active li.fm-active .fm-item a,
ul.sj-flat-menu > li .fm-container ul li:hover ul li:hover li:hover .fm-item a,
ul.sj-flat-menu > li .fm-container ul li:hover ul li:hover li.fm-active .fm-item a {
  color: #8b0dc8;
}
div.jwTinyLetterContainer div.jwTinyLetterPretext {
  margin: -5px 0 10px;
  color: #8f8f8f;
}
div.jwTinyLetterContainer form.jwTinyLetterForm {
  border: 1px solid #ececec;
  margin-bottom: 15px;
}
div.jwTinyLetterContainer form.jwTinyLetterForm input.inputbox {
  width: 70%;
  margin: 9px 0 8px;
  border: none;
  padding: 0 10px;
  box-shadow: none !important;
  color: #ccc;
  background: transparent;
}
div.jwTinyLetterContainer form.jwTinyLetterForm input.inputbox:focus + .button {
  background-color: #ff7900;
}
div.jwTinyLetterContainer form.jwTinyLetterForm .button {
  border: none;
  box-shadow: none;
  width: 40px;
  height: 41px;
  margin: -1px;
  background: #dfdfdf url("../../templates/sj_viste/images/round-arrow.png") no-repeat 5px 6px;
  float: right;
  text-indent: 100%;
  padding: 0;
  overflow: hidden;
}
div.jwTinyLetterContainer form.jwTinyLetterForm .button:hover {
  background-color: #8b0dc8;
  -webkit-animation: some-animation 0.5s forwards;
  -moz-animation: some-animation 0.5s forwards;
  -o-animation: some-animation 0.5s forwards;
  -ms-animation: some-animation 0.5s forwards;
  animation: some-animation 0.5s forwards;
}
#logout-form {
  margin: 2px 0 0;
}
#logout-form > div {
  display: inline-block;
  padding: 1px 0 0 7px;
}
#logout-form > div .btn {
  border: none;
  font-size: 100%;
  background: #ff7900;
  padding: 4px 5px;
  line-height: 16px;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
}
#myLogin {
  color: #686868;
  padding: 20px 30px;
  width: 320px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: -250px 0 0 -200px;
  border: none;
}
#myLogin h3.title {
  line-height: 100%;
  height: 28px;
  font-size: 200%;
  font-weight: normal;
  margin-bottom: 15px;
  margin: -20px -30px 20px;
  padding: 10px 30px 10px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
#myLogin ul.listlogin {
  border-top: 1px solid #ddd;
  padding-top: 1em;
  margin-top: 1em;
}
#myLogin ul.listlogin li {
  padding: 5px 0;
}
#myLogin ul.listlogin li a {
  color: #686868;
}
#myLogin ul.listlogin li a:hover {
  color: #8b0dc8;
}
#myLogin #login-form .control-group {
  margin-bottom: 1em;
}
#myLogin #login-form .control-group label {
  display: block;
}
#myLogin #login-form .control-group .inputbox {
  width: 96%;
}
#myLogin #login-form #form-login-remember label {
  margin: 0;
  display: inline-block;
}
#myLogin #login-form #form-login-remember .inputbox {
  width: auto;
}
#myLogin #login-form #form-login-submit {
  margin: 1em 0;
  clear: both;
  display: inline-block;
}
#myLogin #login-form #form-login-submit .button i {
  font-size: 16px;
  margin: 0 10px 0 5px;
}
#myLogin #login-form #form-login-submit .fb {
  background: #2F4989;
  margin: 0 5px;
}
#myLogin #login-form #form-login-submit .fb:hover {
  background: #8b0dc8;
}
@media (min-resolution: .001dpcm) {
  _:-o-prefocus,
  .rtl .yt-list.type-disc li:before {
    margin: 0 10px 0 0px;
  }
  _:-o-prefocus,
  .rtl div.list-counter .item h2 {
    margin: 0 0 0 20px;
  }
  _:-o-prefocus,
  .rtl [class^="icon-"],
  .rtl [class*=" icon-"] {
    margin: 0 5px 0 0;
  }
  _:-o-prefocus,
  .rtl div.contact .panel-form .button i {
    margin: -3px 0 0 5px;
  }
  _:-o-prefocus,
  .rtl .module.badge-new h3.modtitle .badges,
  .rtl .module.badge-top h3.modtitle .badges,
  .rtl .module.badge-hot h3.modtitle .badges {
    margin: -7px 15px -7px -9px;
  }
  _:-o-prefocus,
  .row-fluid .boxSolid .colum1 {
    width: 68.465%;
  }
  _:-o-prefocus,
  div.sj-gallery.preset01-6 .sj-content .sj-items .sj-item .item-info {
    float: right;
  }
}
.link {
  color: #8b0dc8;
  text-decoration: none;
}
.link:hover {
  color: #ff861a;
}
.linkReverse {
  color: #ff861a;
}
.linkReverse:hover {
  color: #8b0dc8;
}
.linkGraylighter {
  color: #909090;
}
.linkGraylighter:hover {
  color: #8b0dc8;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right;
  display: block;
}
.align-center {
  text-align: center;
}
.noitalic {
  font-style: normal !important;
}
.nobold {
  font-weight: normal !important;
}
.nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.poscenter {
  display: table;
  margin: 0 auto;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.pull-left[class^="icon-"],
.pull-left[class*=" icon-"] {
  margin-right: 10px;
}
.smallFontSize {
  font-size: 85.7%;
}
.normalFontSize {
  font-size: 92.9%;
}
.largeFontSize {
  font-size: 114.3%;
}
.xlargeFontSize {
  font-size: 128.6%;
}
.thumbnail.pull-left {
  margin: 0 1em 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 1em 10px;
}
.thumbnail.clear {
  border: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.icon.pull-left {
  margin: 0 1em 0 0;
}
.icon.pull-right {
  margin: 0 0 0 1em;
}
.bgcolor2 {
  background: #ff6825;
}
.bgcolor5 {
  background: #8eb60b;
}
.img-effect {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-effect img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.img-effect .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.img-effect .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
.img-effect .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.img-effect .hoverLink > i.icon-img {
  background: url(../../templates/sj_viste/images/arrow-right-img.png) no-repeat -54px center;
}
.img-effect:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.img-effect:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.img-effect:hover .hoverLink:hover i {
  background-color: #ff7900;
}
#flip-scroll table {
  width: 100%;
  display: block;
}
#flip-scroll tr {
  width: 100% !important;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
}
#flip-scroll td,
#flip-scroll th {
  width: 100% !important;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 5px 8px;
}
.listinline {
  margin: 0;
}
.listinline li {
  display: inline-block;
  padding: 0 15px 0 0;
  line-height: 20px;
  margin-bottom: 0;
}
.listinline li.item {
  width: 32%;
  padding: 0;
}
.listLineSolid {
  margin: 0;
}
.listLineSolid li {
  display: inline-block;
  padding: 0;
  line-height: 20px;
  margin-bottom: 0;
}
.listLineSolid li:before {
  content: "|";
  margin: 0 10px;
  color: #909090;
  font-size: 12px;
}
.listLineSolid li:first-child:before {
  content: "";
}
.listLineSolid li a {
  color: #909090;
}
.listLineSolid li a:hover {
  color: #8b0dc8;
}
.listunderline {
  list-style: none;
  margin: 0;
}
.listunderline li {
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}
#filter .blur img {
  filter: url("../../templates/sj_viste/images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
}
#filter .grayScale img {
  filter: url(../../templates/sj_viste/images/css_blur.svg#greyscale);
  -webkit-filter: grayscale(100%);
  filter: gray;
}
#filter .disgrayscale img {
  filter: url(../../templates/sj_viste/images/css_blur.svg#greyscale);
  -webkit-filter: grayscale(0%);
}
.transform-style {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.backface-visibility {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.effect-1 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.effect-1 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 4px;
}
.effect-1 span:before {
  content: attr(data-hover);
  position: absolute;
  top: -100%;
  font-weight: bold;
}
.effect-1:hover span,
.effect-1:focus span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.toRightFromLeft 49% {
  background-position: 50px 6px;
}
.toRightFromLeft 50% {
  opacity: 0;
  filter: alpha(opacity=0);
  background-position: -50px 6px;
}
.toRightFromLeft 51% {
  opacity: 1;
  filter: alpha(opacity=100);
}
@-webkit-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.table_blank {
  background: transparent;
}
.table_blank h3.modtitle {
  background: none;
  border: none;
}
.table_blank .modcontent {
  background: none;
  border: none;
}
.table_clear {
  background: transparent;
}
.table_clear h3.modtitle {
  background: none;
  border: none;
}
.table_clear .modcontent {
  background: none;
  border: none;
}
.table_clear h3.modtitle {
  padding: 0;
  margin-bottom: 10px;
}
.table_clear .modcontent {
  padding: 0;
}
table.calendar {
  width: 100%;
}
table.calendar tr td {
  padding: 4px;
}
table.calendar tr td.calendarNavMonthPrev,
table.calendar tr td.calendarCurrentMonth,
table.calendar tr td.calendarNavMonthNext {
  background-color: #8b0dc8;
  border: none;
  color: #fff;
  text-align: center;
}
table.calendar tr td.calendarDayName {
  background: transparent;
  font-size: 14px;
}
table.calendar tr td.calendarCurrentMonth {
  font-size: 130%;
}
table.calendar tr td.calendarNavMonthPrev a,
table.calendar tr td.calendarNavMonthNext a {
  color: #fff;
}
table.calendar tr td.calendarToday {
  background: #8b0dc8;
}
.rtl .icon.pull-left {
  margin: 0 0 0 1em;
}
.rtl .icon.pull-right {
  margin: 0 1em 0 0;
}
.rtl .align-right {
  text-align: left;
}
.rtl .align-left {
  text-align: right;
}
.rtl .pull-left[class^="icon-"],
.rtl .pull-left[class*=" icon-"] {
  margin: 0 0 0 10px;
}
.rtl .thumbnail.pull-left {
  margin: 0 0 10px 1em;
}
.rtl .thumbnail.pull-right {
  margin: 0 1em 10px 0;
}
.rtl .borderRound {
  margin: 10px 0 10px 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
}
h1 {
  font-size: 200%;
  line-height: 185%;
}
h2 {
  font-size: 160%;
  line-height: 160%;
}
h3 {
  font-size: 138.5%;
  line-height: 140%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 91%;
}
h6 {
  font-size: 84%;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #D14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.clear {
  clear: both;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
div.yt-typography div.page-header > h1 {
  color: #666;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 30px;
  font-size: 240%;
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
ol.linenums {
  margin: 0 0 0 33px;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 0 3px 10px;
}
ol.linenums li:nth-last-child(odd) {
  background: #FCFCFC;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs-docs-example h2.page-header {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin: 1.5em 0 1em;
  padding-bottom: 15px;
}
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333333;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding: 4px 0 0 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.example-sites {
  margin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  display: inline-block;
}
span.highlight {
  color: #fff;
}
.text-success {
  color: #468847;
}
.text-error {
  color: #B94A48;
}
.text-info {
  color: #3A87AD;
}
.text-success {
  color: #468847;
}
#yt_menuposition ul.navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#yt_menuposition ul.navi > li.level1 {
  float: left;
  margin-right: 1px;
  position: relative;
  padding: 0;
  position: relative;
  z-index: 200;
}
#yt_menuposition ul.navi > li.level1 > .item-link {
  margin: 0;
  padding: 10px 15px;
  color: #ecebeb;
  font-size: 128.6%;
  display: block;
}
#yt_menuposition ul.navi > li.level1 > .item-link i {
  font-size: 16px;
  width: auto;
  display: inline-block;
}
#yt_menuposition ul.navi > li.level1 > .item-link i.icon-home {
  font-size: 18px;
}
#yt_menuposition ul.navi > li.level1 .showdesc span.menu-title {
  line-height: 100%;
  display: block;
}
#yt_menuposition ul.navi > li.level1 .showdesc span.menu-desc {
  display: block;
  font-size: 11px;
  color: #999;
  line-height: 100%;
  font-family: ;
}
#yt_menuposition ul.navi > li.level1 .showicon.showdesc {
  line-height: 19px;
}
#yt_menuposition ul.navi > li.level1 .showicon.showdesc span.menu-icon img {
  min-width: 16px;
}
#yt_menuposition ul.navi > li.level1 .showicon.showdesc span.menu-icon .menu-title {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#yt_menuposition ul.navi > li.level1:hover,
#yt_menuposition ul.navi > li.level1.hover {
  background: #ff7900;
  color: #fff;
}
#yt_menuposition ul.navi > li.level1:hover >.item-link,
#yt_menuposition ul.navi > li.level1.hover >.item-link {
  color: #fff;
}
#yt_menuposition ul.navi > li.level1:hover >.item-link .menu-desc,
#yt_menuposition ul.navi > li.level1.hover >.item-link .menu-desc {
  color: #fff;
}
#yt_menuposition ul.navi > li.level1.active {
  color: #fff;
}
#yt_menuposition ul.navi > li.level1.active > .item-link {
  background-color: #9b0edf;
  background-image: -moz-linear-gradient(top,#a60fee,#8b0dc8);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#a60fee),to(#8b0dc8));
  background-image: -webkit-linear-gradient(top,#a60fee,#8b0dc8);
  background-image: -o-linear-gradient(top,#a60fee,#8b0dc8);
  background-image: linear-gradient(to bottom,#a60fee,#8b0dc8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa50fee', endColorstr='#ff8b0dc8', GradientType=0);
  border: none;
  color: #fff;
}
#yt_menuposition ul.navi > li.level1:hover ul.level2,
#yt_menuposition ul.navi > li.level1.hover ul.level2 {
  left: 0;
}
#yt_menuposition ul.navi ul {
  left: -999em;
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 230px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition ul.navi ul.level2 {
  background: #444;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
#yt_menuposition ul.navi ul.level2:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: -5px;
}
#yt_menuposition ul.navi ul.level2 li {
  position: relative;
  padding: 0 0 1px;
}
#yt_menuposition ul.navi ul.level2 li.first {
  border-top: none;
}
#yt_menuposition ul.navi ul.level2 li .item-link {
  display: block;
  margin: 0;
  padding: 6px 12px 6px 25px;
  color: #ecebeb;
  font-size: 100%;
  text-transform: none;
  line-height: 22px;
}
#yt_menuposition ul.navi ul.level2 li .item-link:after {
  font-family: 'FontAwesome';
  color: #999;
  content: "\f105";
  font-size: 14px;
  position: absolute;
  left: 13px;
  top: 6px;
  z-index: 1;
}
#yt_menuposition ul.navi ul.level2 li .item-link .menu-title {
  display: inline-block;
}
#yt_menuposition ul.navi ul.level2 li.havechild:after {
  content: "\f0da";
  color: #909090;
  font-family: "FontAwesome";
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 5;
}
#yt_menuposition ul.navi ul.level2 li .showdesc {
  text-align: left;
}
#yt_menuposition ul.navi ul.level2 li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#yt_menuposition ul.navi ul.level2 li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#yt_menuposition ul.navi ul.level2 li:hover.havechild:after,
#yt_menuposition ul.navi ul.level2 li.hover.havechild:after,
#yt_menuposition ul.navi ul.level2 li.active.havechild:after {
  color: #fff;
}
#yt_menuposition ul.navi ul.level2 li:hover .level2,
#yt_menuposition ul.navi ul.level2 li.hover .level2,
#yt_menuposition ul.navi ul.level2 li.active .level2 {
  color: #fff;
  background-color: #8b0dc8;
}
#yt_menuposition ul.navi ul.level2 li:hover .level2:after,
#yt_menuposition ul.navi ul.level2 li.hover .level2:after,
#yt_menuposition ul.navi ul.level2 li.active .level2:after {
  color: #fff;
}
#yt_menuposition ul.navi ul.level2 li:hover .level2 .menu-desc,
#yt_menuposition ul.navi ul.level2 li.hover .level2 .menu-desc,
#yt_menuposition ul.navi ul.level2 li.active .level2 .menu-desc {
  color: #fff;
}
#yt_menuposition ul.navi ul.level2 li:hover ul.level3,
#yt_menuposition ul.navi ul.level2 li li.level3:hover ul.level4,
#yt_menuposition ul.navi ul.level2 li li.level4:hover ul.level5 {
  left: 100%;
  top: 0px;
}
#yt_menuposition ul.navi ul.level2 ul {
  background: #444;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  background: #444;
}
#yt_menuposition ul.navi ul.level2 ul:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: -5px;
}
#yt_menuposition ul.navi ul.level2 ul li {
  position: relative;
  padding: 0 0 1px;
}
#yt_menuposition ul.navi ul.level2 ul li.first {
  border-top: none;
}
#yt_menuposition ul.navi ul.level2 ul li .item-link {
  display: block;
  margin: 0;
  padding: 6px 12px 6px 25px;
  color: #ecebeb;
  font-size: 100%;
  text-transform: none;
  line-height: 22px;
}
#yt_menuposition ul.navi ul.level2 ul li .item-link:after {
  font-family: 'FontAwesome';
  color: #999;
  content: "\f105";
  font-size: 14px;
  position: absolute;
  left: 13px;
  top: 6px;
  z-index: 1;
}
#yt_menuposition ul.navi ul.level2 ul li .item-link .menu-title {
  display: inline-block;
}
#yt_menuposition ul.navi ul.level2 ul li.havechild:after {
  content: "\f0da";
  color: #909090;
  font-family: "FontAwesome";
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 5;
}
#yt_menuposition ul.navi ul.level2 ul li .showdesc {
  text-align: left;
}
#yt_menuposition ul.navi ul.level2 ul li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#yt_menuposition ul.navi ul.level2 ul li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#yt_menuposition ul.navi ul.level2 ul li:hover.havechild:after,
#yt_menuposition ul.navi ul.level2 ul li.hover.havechild:after,
#yt_menuposition ul.navi ul.level2 ul li.active.havechild:after {
  color: #fff;
}
#yt_menuposition ul.navi ul.level2 ul li:hover .level2,
#yt_menuposition ul.navi ul.level2 ul li.hover .level2,
#yt_menuposition ul.navi ul.level2 ul li.active .level2 {
  color: #fff;
  background-color: #8b0dc8;
}
#yt_menuposition ul.navi ul.level2 ul li:hover .level2:after,
#yt_menuposition ul.navi ul.level2 ul li.hover .level2:after,
#yt_menuposition ul.navi ul.level2 ul li.active .level2:after {
  color: #fff;
}
#yt_menuposition ul.navi ul.level2 ul li:hover .level2 .menu-desc,
#yt_menuposition ul.navi ul.level2 ul li.hover .level2 .menu-desc,
#yt_menuposition ul.navi ul.level2 ul li.active .level2 .menu-desc {
  color: #fff;
}
#yt_menuposition ul.navi ul.level2 ul li:hover ul.level3,
#yt_menuposition ul.navi ul.level2 ul li li.level3:hover ul.level4,
#yt_menuposition ul.navi ul.level2 ul li li.level4:hover ul.level5 {
  left: 100%;
  top: 0px;
}
#yt_menuposition ul.navi ul.level2 ul ul {
  background: #444;
}
#yt_menuposition ul.navi ul.level2 ul ul.level3 li:hover > .item-link,
#yt_menuposition ul.navi ul.level2 ul ul.level3 li.hover > .item-link,
#yt_menuposition ul.navi ul.level2 ul ul.level3 li.active > .item-link {
  background-color: #8b0dc8;
  color: #fff;
}
#yt_menuposition ul.navi ul.level2 ul ul.level3 li:hover > .item-link:after,
#yt_menuposition ul.navi ul.level2 ul ul.level3 li.hover > .item-link:after,
#yt_menuposition ul.navi ul.level2 ul ul.level3 li.active > .item-link:after {
  color: #fff;
}
#yt_menuposition ul.navi ul.level2 ul ul.level3 li:hover > .item-link .menu-desc,
#yt_menuposition ul.navi ul.level2 ul ul.level3 li.hover > .item-link .menu-desc,
#yt_menuposition ul.navi ul.level2 ul ul.level3 li.active > .item-link .menu-desc {
  color: #fff;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:hover > .item-link,
#yt_menuposition ul.navi ul.level2 ul.level3 li.hover > .item-link,
#yt_menuposition ul.navi ul.level2 ul.level3 li.active > .item-link {
  background-color: #8b0dc8;
  color: #fff;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:hover > .item-link:after,
#yt_menuposition ul.navi ul.level2 ul.level3 li.hover > .item-link:after,
#yt_menuposition ul.navi ul.level2 ul.level3 li.active > .item-link:after {
  color: #fff;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:hover > .item-link .menu-desc,
#yt_menuposition ul.navi ul.level2 ul.level3 li.hover > .item-link .menu-desc,
#yt_menuposition ul.navi ul.level2 ul.level3 li.active > .item-link .menu-desc {
  color: #fff;
}
#yt_menuposition #droplinenavigator {
  position: relative;
}
#yt_menuposition #droplinenavigator li.level1 {
  position: static;
}
#yt_menuposition #droplinenavigator li.level1.havechild:after {
  position: relative;
  display: none;
}
#yt_menuposition #droplinenavigator ul.level2 {
  margin: 0;
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: left;
  border: none;
  margin-right: 1px;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2.havechild:after,
#yt_menuposition #droplinenavigator ul.level2 li.level2 > .level2:after {
  content: "";
  display: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover {
  position: relative;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: 0;
  top: 100%;
}
#yt_menuposition #meganavigator li.level1 .mega-content {
  position: absolute;
  left: -999em;
  z-index: 10;
  background: #444;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  float: left;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.one div.mega-module {
  padding: 10px 12px;
  overflow: hidden;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more {
  margin: 20px 0 20px;
  padding: 0 1px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more > ul.subnavi {
  box-shadow: none;
  width: auto;
  background: transparent;
  padding: 0;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.last {
  padding-right: 19px;
  border-right: none;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first {
  padding-left: 20px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group {
  display: block;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title {
  margin-bottom: 12px;
  min-height: 26px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  font-size: 128.6%;
  padding: 0;
  background: transparent;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link .menu-title {
  line-height: 100%;
  color: #fff;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-desc {
  font-family: "arial";
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content {
  position: relative;
  color: #ececec;
  overflow: hidden;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.menu,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi {
  position: static;
  width: auto;
  padding: 0;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.menu li,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li {
  margin-bottom: 1px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.menu li a,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li a {
  display: block;
  margin: 0;
  padding: 5px 12px 5px 25px;
  color: #ecebeb;
  font-size: 100%;
  text-transform: none;
  line-height: 22.4px;
  background: url(../../templates/sj_viste/images/title-bg.png) repeat;
  position: relative;
  z-index: 1;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.menu li a:after,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li a:after {
  font-family: 'FontAwesome';
  color: #999;
  content: "\f105";
  font-size: 14px;
  position: absolute;
  left: 13px;
  top: 6px;
  z-index: 1;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.menu li a:hover,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li a:hover {
  background-color: #8b0dc8;
  color: #fff;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.menu li a:hover:after,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li a:hover:after {
  color: #fff;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item {
  background: url(../../templates/sj_viste/images/title-bg.png) repeat;
  margin-bottom: 1px;
  padding: 10px;
  overflow: hidden;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail {
  margin-bottom: 0;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a .hoverLink > i.icon-img {
  background: url(../../templates/sj_viste/images/arrow-right-img.png) no-repeat -54px center;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a:hover .hoverLink:hover i {
  background-color: #ff7900;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item h2.title a {
  color: #fff;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item h2.title a:hover {
  color: #8b0dc8;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .basicnews-desc {
  font-size: 12px;
}
#yt_menuposition #yt-responivemenu {
  margin: 0;
  width: 100%;
  z-index: 120;
  position: absolute;
  top: 0;
  left: 0;
}
#yt_menuposition #yt-responivemenu .btn-navbar {
  float: right;
  background: #6a0a98;
  padding: 5px 10px;
  color: #fff;
  text-shadow: none;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.5);
  border: none;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: inherit;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#yt_menuposition #yt-responivemenu .btn-navbar i {
  margin: 4px 0 0 5px;
  font-size: 14px;
  float: right;
}
#yt_menuposition #yt-responivemenu.menu-selectbox {
  position: relative;
  background: #8b0dc8 url(../../templates/sj_viste/images/select_white.png) no-repeat 96% 5px;
}
#yt_menuposition #yt-responivemenu.menu-selectbox:before {
  color: #fff;
  content: "Select Menu";
  padding: 6px 10px 0;
  position: absolute;
  top: 0px;
  z-index: 1;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_selectbox {
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
  height: 32px;
  width: 100%;
}
#yt_menuposition #yt-responivemenu.menu-collapse .btn-navbar i {
  float: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu {
  margin: 1px 0 10px;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu ul.nav {
  margin: 0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li {
  background: #303030;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a {
  color: #999;
  margin: 0 0 1px;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a.active {
  color: #fff;
  background: #8b0dc8;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover a {
  color: #fff;
  background: #8b0dc8;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover .menuress-toggle {
  color: #fff;
  background: #6a0a98;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild {
  position: relative;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle {
  position: absolute;
  width: 35px;
  line-height: 35px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 18px;
  text-align: center;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle:before {
  content: "\f107";
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild > .res-wrapnav {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 0px;
  display: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open {
  background: #ff7900;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open a {
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .menuress-toggle:before {
  content: "\f106";
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav {
  display: block;
  opacity: 1;
  background: #424242;
  padding: 10px;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li {
  background: transparent;
  margin: 0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a {
  background: transparent;
  font-weight: normal;
  color: #999;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a:hover,
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a.active {
  background: #8b0dc8;
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-sidebar .yt-resmenu-sidebar {
  width: 100%;
}
#yt_menuposition #yt-responivemenu.menu-sidebar .yt-resmenu-sidebar i {
  float: none;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_sidebar {
  display: none;
}
.yt-off-sideresmenu {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
.yt-off-sideresmenu .yt-sideresmenu {
  background: #212121;
  border-right: 1px solid #191919;
  top: 0;
  left: 0;
  margin: 0;
  position: absolute;
  width: 270px;
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  transform: translate(-100%,0);
}
.yt-off-sideresmenu .yt-sideresmenu li a {
  color: inherit;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu {
  margin: 0;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a {
  font-weight: bold;
  color: #999;
  padding: 4px 8px 8px;
  background: none;
  border-bottom: 1px solid #141414;
  -webkit-box-shadow: 0 -1px 0 #383838 inset;
  -moz-box-shadow: 0 -1px 0 #383838 inset;
  box-shadow: 0 -1px 0 #383838 inset;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:focus,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:hover,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a.active {
  color: #fff;
  background: #8b0dc8;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav {
  margin: 0;
  -webkit-box-shadow: 0 -1px 0 #1D4051 inset;
  -moz-box-shadow: 0 -1px 0 #1D4051 inset;
  box-shadow: 0 -1px 0 #1D4051 inset;
  background-color: #212121;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav li a {
  padding-left: 15px;
  font-weight: normal;
  border-bottom: 1px solid #141414;
  -webkit-box-shadow: 0 -1px 0 #383838 inset;
  -moz-box-shadow: 0 -1px 0 #383838 inset;
  box-shadow: 0 -1px 0 #383838 inset;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 1px 15px;
  border-bottom: 1px solid #222222;
  -webkit-box-shadow: 0 -1px 0 #444 inset;
  -moz-box-shadow: 0 -1px 0 #444 inset;
  box-shadow: 0 -1px 0 #444 inset;
  background-color: #2B2B2B;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav ul.nav {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav li a {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 3px 8px;
}
.rtl #yt_menuposition ul.navirtl > li.level1 {
  float: right;
  margin: 0 0 0 1px;
}
.rtl #yt_menuposition ul.navirtl > li.level1.menuRss {
  float: left !important;
}
.rtl #yt_menuposition ul.navirtl > li.level1:hover ul.level2,
.rtl #yt_menuposition ul.navirtl > li.level1.hover ul.level2 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition ul.navirtl ul {
  left: auto;
  right: -999em;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li.havechild:after {
  right: auto;
  left: 10px;
  content: "\f0d9";
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .item-link {
  padding: 6px 20px 6px 12px;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .item-link:after {
  right: 10px;
  left: auto;
  content: "\f104";
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .showdesc {
  text-align: right;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li:hover ul.level3,
.rtl #yt_menuposition ul.navirtl ul.level2 li li.level3:hover ul.level4,
.rtl #yt_menuposition ul.navirtl ul.level2 li li.level4:hover ul.level5 {
  left: auto;
  right: 100%;
}
.rtl #yt_menuposition ul.navirtl ul.level2 ul.level3 li .item-link {
  padding: 6px 20px 6px 12px;
}
.rtl #yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: right;
}
.rtl #yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content {
  -webkit-box-shadow: -1px 1px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: -1px 1px 2px rgba(0,0,0,0.4);
  box-shadow: -1px 1px 2px rgba(0,0,0,0.4);
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  float: right;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more {
  border: none;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first {
  padding: 0 20px 0 0;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.last {
  padding: 0 1px 0 20px;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col div.mega-group-content ul.subnavi li a {
  padding: 5px 25px 5px 12px;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col div.mega-group-content ul.subnavi li a:after {
  left: auto;
  right: 13px;
  content: "\f104";
}
.rtl #yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle {
  right: auto;
  left: 0;
}
.rtl #yt_menuposition.on-sidebar-resmenu #yt_wrapper > .block {
  -webkit-transform: translate(-270px,0);
  -moz-transform: translate(-270px,0);
  -ms-transform: translate(-270px,0);
  -o-transform: translate(-270px,0);
  transform: translate(-270px,0);
}
@media (min-width: 320px) and (max-width: 979px) {
  #yt_menuwrap #yt-responivemenu {
    display: inline-block;
  }
  .on-sidebar-resmenu #yt_wrapper > .block {
    -webkit-transform: translate(270px,0);
    -moz-transform: translate(270px,0);
    -ms-transform: translate(270px,0);
    -o-transform: translate(270px,0);
    transform: translate(270px,0);
  }
  #yt_wrapper > .block {
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  div.yt-off-sideresmenu {
    display: block;
  }
}
.ratingbox {
  height: 11px;
  width: 70px;
  background: url(../../templates/sj_viste/images/store/vm-stars.png) repeat-x 0 bottom;
  overflow: hidden;
  text-align: left;
}
.ratingbox span {
  height: 11px;
  display: inline-block;
  vertical-align: top;
  background: url(../../templates/sj_viste/images/store/vm-stars.png) repeat-x 0 0;
}
.horizontal-separator {
  background: transparent;
}
.vmorder-done {
  width: 100%;
  font-size: 115%;
}
.vmorder-done thead {
  background: #eee;
}
.vmorder-done thead tr th {
  background: #939393;
  border-bottom: 2px solid #777;
  font-size: 110%;
  color: #fff;
  padding: 8px;
  text-align: left;
  font-weight: normal;
}
.vmorder-done thead tr th a {
  color: #fff;
}
.vmorder-done tbody tr:hover td {
  background-color: #f5f5f5;
}
.vmorder-done tbody tr td {
  padding: 8px;
  border-bottom: 1px solid #eee;
}
.vmorder-done tbody tr td.list-hits,
.vmorder-done tbody tr td.hits {
  font-weight: bold;
}
.virtuemart_search .inputbox {
  height: 22px;
}
.category-view {
  margin-bottom: 0;
}
.category-view > h2 {
  margin: -15px 0 10px;
  font-size: 166.7%;
  font-weight: normal;
}
.category-view .category .spacer {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}
.category-view .category .spacer h2.cat-title {
  margin: -10px -10px 10px;
  padding: 10px 10px;
  font-size: 150%;
  font-weight: normal;
  line-height: 20px;
  border-bottom: 1px solid #ececec;
}
.category-view .category .spacer h2.cat-title a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.category-view .category .spacer h2.cat-title a span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 4px;
}
.category-view .category .spacer h2.cat-title a span:before {
  content: attr(data-hover);
  position: absolute;
  top: -100%;
  font-weight: bold;
}
.category-view .category .spacer h2.cat-title a:hover span,
.category-view .category .spacer h2.cat-title a:focus span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.category-view .category .spacer .cat-content {
  overflow: hidden;
}
.category-view .category .spacer .cat-content a {
  display: block;
}
.category-view .category:hover h2.cat-title a {
  color: #ff861a;
}
.category-view .category:hover h2.cat-title a:hover {
  color: #8b0dc8;
}
.category-view .category:hover h2.cat-title a span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.featured-view,
.topten-view,
.recent-view,
.latest-view {
  margin-top: 2em;
}
.featured-view .product .modal,
.topten-view .product .modal,
.recent-view .product .modal,
.latest-view .product .modal {
  position: static;
  margin: 0;
  border: none;
  box-shadow: none;
}
.featured-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.latest-view .spacer {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 6px;
}
.featured-view .spacer .product-header,
.topten-view .spacer .product-header,
.recent-view .spacer .product-header,
.latest-view .spacer .product-header {
  margin: -6px -6px 0;
  border-bottom: 1px solid #ececec;
  display: block;
  min-height: 46px;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.featured-view .spacer .product-header:before,
.topten-view .spacer .product-header:before,
.recent-view .spacer .product-header:before,
.latest-view .spacer .product-header:before {
  content: "";
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 0;
}
.featured-view .spacer .product-header .title,
.topten-view .spacer .product-header .title,
.recent-view .spacer .product-header .title,
.latest-view .spacer .product-header .title {
  font-size: 146%;
  font-weight: normal;
  width: 70%;
  margin: 0;
  padding: 6px 0 0 6px;
  display: table-cell;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}
.featured-view .spacer .product-header .title a,
.topten-view .spacer .product-header .title a,
.recent-view .spacer .product-header .title a,
.latest-view .spacer .product-header .title a {
  display: block;
  margin: 7px 10px 10px;
  color: #909090;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.featured-view .spacer .product-header .title a:hover,
.topten-view .spacer .product-header .title a:hover,
.recent-view .spacer .product-header .title a:hover,
.latest-view .spacer .product-header .title a:hover {
  color: #8b0dc8;
}
.featured-view .spacer .product-header .price,
.topten-view .spacer .product-header .price,
.recent-view .spacer .product-header .price,
.latest-view .spacer .product-header .price {
  width: 30%;
  background: #8b0dc8;
  display: table-cell;
  position: relative;
  z-index: 4;
}
.featured-view .spacer .product-header .price > .PricesalesPrice,
.topten-view .spacer .product-header .price > .PricesalesPrice,
.recent-view .spacer .product-header .price > .PricesalesPrice,
.latest-view .spacer .product-header .price > .PricesalesPrice {
  margin: 12px 10px;
  text-align: center;
}
.featured-view .spacer .product-header .price > .PricesalesPrice span,
.topten-view .spacer .product-header .price > .PricesalesPrice span,
.recent-view .spacer .product-header .price > .PricesalesPrice span,
.latest-view .spacer .product-header .price > .PricesalesPrice span {
  color: #fff;
  font-weight: bold;
  font-size: 123.1%;
  display: inline-block;
}
.featured-view .spacer .product-content,
.topten-view .spacer .product-content,
.recent-view .spacer .product-content,
.latest-view .spacer .product-content {
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.featured-view .spacer .product-content .product-content-inner,
.topten-view .spacer .product-content .product-content-inner,
.recent-view .spacer .product-content .product-content-inner,
.latest-view .spacer .product-content .product-content-inner {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.featured-view .spacer .product-content .product-content-inner .product-front,
.featured-view .spacer .product-content .product-content-inner .product-back,
.topten-view .spacer .product-content .product-content-inner .product-front,
.topten-view .spacer .product-content .product-content-inner .product-back,
.recent-view .spacer .product-content .product-content-inner .product-front,
.recent-view .spacer .product-content .product-content-inner .product-back,
.latest-view .spacer .product-content .product-content-inner .product-front,
.latest-view .spacer .product-content .product-content-inner .product-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.featured-view .spacer .product-content .product-content-inner .product-front,
.topten-view .spacer .product-content .product-content-inner .product-front,
.recent-view .spacer .product-content .product-content-inner .product-front,
.latest-view .spacer .product-content .product-content-inner .product-front {
  z-index: 2;
}
.featured-view .spacer .product-content .product-content-inner .product-front .product-img,
.topten-view .spacer .product-content .product-content-inner .product-front .product-img,
.recent-view .spacer .product-content .product-content-inner .product-front .product-img,
.latest-view .spacer .product-content .product-content-inner .product-front .product-img {
  text-align: center;
  height: 100%;
  background: #fff;
}
.featured-view .spacer .product-content .product-content-inner .product-front .product-img img,
.topten-view .spacer .product-content .product-content-inner .product-front .product-img img,
.recent-view .spacer .product-content .product-content-inner .product-front .product-img img,
.latest-view .spacer .product-content .product-content-inner .product-front .product-img img {
  height: 100%;
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.featured-view .spacer .product-content .product-content-inner .product-back,
.topten-view .spacer .product-content .product-content-inner .product-back,
.recent-view .spacer .product-content .product-content-inner .product-back,
.latest-view .spacer .product-content .product-content-inner .product-back {
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #9c0fe0;
  background-color: rgba(139,13,201,0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0,-20%);
  -moz-transform: translate(0,-20%);
  -ms-transform: translate(0,-20%);
  -o-transform: translate(0,-20%);
  transform: translate(0,-20%);
}
.featured-view .spacer .product-content .product-content-inner .product-back .vote-rating,
.topten-view .spacer .product-content .product-content-inner .product-back .vote-rating,
.recent-view .spacer .product-content .product-content-inner .product-back .vote-rating,
.latest-view .spacer .product-content .product-content-inner .product-back .vote-rating {
  text-align: center;
  width: 122px;
  margin-left: -61px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 3;
}
.featured-view .spacer .product-content .product-content-inner .product-back .vote-rating span.vote,
.topten-view .spacer .product-content .product-content-inner .product-back .vote-rating span.vote,
.recent-view .spacer .product-content .product-content-inner .product-back .vote-rating span.vote,
.latest-view .spacer .product-content .product-content-inner .product-back .vote-rating span.vote {
  color: #fff;
  font-size: 100%;
}
.featured-view .spacer .product-content .product-content-inner .product-back .vote-rating .vmicon,
.topten-view .spacer .product-content .product-content-inner .product-back .vote-rating .vmicon,
.recent-view .spacer .product-content .product-content-inner .product-back .vote-rating .vmicon,
.latest-view .spacer .product-content .product-content-inner .product-back .vote-rating .vmicon {
  width: 62px;
  height: 11px;
  background: url("../../templates/sj_viste/images/store/vm2-sprite.png") no-repeat 0 0;
}
.featured-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars1,
.topten-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars1,
.recent-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars1,
.latest-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars1 {
  background-position: 0 -57px;
}
.featured-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars2,
.topten-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars2,
.recent-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars2,
.latest-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars2 {
  background-position: 0 -43px;
}
.featured-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars3,
.topten-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars3,
.recent-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars3,
.latest-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars3 {
  background-position: 0 -29px;
}
.featured-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars4,
.topten-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars4,
.recent-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars4,
.latest-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars4 {
  background-position: 0 -14px;
}
.featured-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars5,
.topten-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars5,
.recent-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars5,
.latest-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars5 {
  background-position: 0 0;
}
.featured-view .spacer .product-content .product-content-inner .product-back ul.yt-list li:before,
.topten-view .spacer .product-content .product-content-inner .product-back ul.yt-list li:before,
.recent-view .spacer .product-content .product-content-inner .product-back ul.yt-list li:before,
.latest-view .spacer .product-content .product-content-inner .product-back ul.yt-list li:before {
  color: #b230f2;
}
.featured-view .spacer .addtocart-area,
.topten-view .spacer .addtocart-area,
.recent-view .spacer .addtocart-area,
.latest-view .spacer .addtocart-area {
  text-align: center;
  border-top: 1px solid #ebebeb;
  margin: 6px -6px -6px;
}
.featured-view .spacer .addtocart-area form,
.topten-view .spacer .addtocart-area form,
.recent-view .spacer .addtocart-area form,
.latest-view .spacer .addtocart-area form {
  margin: 0;
}
.featured-view .spacer .addtocart-area form .addtocart-button,
.topten-view .spacer .addtocart-area form .addtocart-button,
.recent-view .spacer .addtocart-area form .addtocart-button,
.latest-view .spacer .addtocart-area form .addtocart-button {
  float: none;
  margin: 5px 0;
  width: auto;
}
.featured-view .spacer .addtocart-area form .addtocart-button .addtocart-button,
.topten-view .spacer .addtocart-area form .addtocart-button .addtocart-button,
.recent-view .spacer .addtocart-area form .addtocart-button .addtocart-button,
.latest-view .spacer .addtocart-area form .addtocart-button .addtocart-button {
  background: url(../../templates/sj_viste/images/shoping-cart.png) no-repeat 5px 8px;
  color: #909090;
  font-size: 123.1%;
  padding-left: 30px;
  min-height: 32px;
  border: none;
  border-radius: 0;
}
.featured-view .spacer .addtocart-area form .addtocart-button .addtocart-button-disabled,
.topten-view .spacer .addtocart-area form .addtocart-button .addtocart-button-disabled,
.recent-view .spacer .addtocart-area form .addtocart-button .addtocart-button-disabled,
.latest-view .spacer .addtocart-area form .addtocart-button .addtocart-button-disabled {
  color: #909090;
  font-size: 123.1%;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 2px 0;
  width: 100%;
}
.featured-view .spacer:hover,
.topten-view .spacer:hover,
.recent-view .spacer:hover,
.latest-view .spacer:hover {
  background: #8b0dc8;
}
.featured-view .spacer:hover .product-header,
.topten-view .spacer:hover .product-header,
.recent-view .spacer:hover .product-header,
.latest-view .spacer:hover .product-header {
  border-bottom-color: #8b0dc8;
}
.featured-view .spacer:hover .product-header h3.title a,
.topten-view .spacer:hover .product-header h3.title a,
.recent-view .spacer:hover .product-header h3.title a,
.latest-view .spacer:hover .product-header h3.title a {
  background: #fff;
  color: #ff861a;
}
.featured-view .spacer:hover .product-header h3.title a:hover,
.topten-view .spacer:hover .product-header h3.title a:hover,
.recent-view .spacer:hover .product-header h3.title a:hover,
.latest-view .spacer:hover .product-header h3.title a:hover {
  color: #8b0dc8;
}
.featured-view .spacer:hover .product-content-inner .product-back,
.topten-view .spacer:hover .product-content-inner .product-back,
.recent-view .spacer:hover .product-content-inner .product-back,
.latest-view .spacer:hover .product-content-inner .product-back {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.featured-view .spacer:hover .product-content-inner .product-front .product-img img,
.topten-view .spacer:hover .product-content-inner .product-front .product-img img,
.recent-view .spacer:hover .product-content-inner .product-front .product-img img,
.latest-view .spacer:hover .product-content-inner .product-front .product-img img {
  filter: url("../../templates/sj_viste/images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.1) translate(-10px);
}
.featured-view .spacer:hover .addtocart-area,
.topten-view .spacer:hover .addtocart-area,
.recent-view .spacer:hover .addtocart-area,
.latest-view .spacer:hover .addtocart-area {
  border-top-color: transparent;
}
.featured-view .spacer:hover .addtocart-area .product .addtocart-bar .addtocart-button input.addtocart-button,
.topten-view .spacer:hover .addtocart-area .product .addtocart-bar .addtocart-button input.addtocart-button,
.recent-view .spacer:hover .addtocart-area .product .addtocart-bar .addtocart-button input.addtocart-button,
.latest-view .spacer:hover .addtocart-area .product .addtocart-bar .addtocart-button input.addtocart-button {
  background: url(../../templates/sj_viste/images/shoping-cart-white.png) no-repeat 5px 8px;
  color: #fff;
}
.browse-view {
  margin-bottom: 0;
}
.browse-view .product,
.browse-view .category {
  margin-bottom: 20px;
}
.browse-view h1 {
  font-size: 220%;
  font-weight: normal;
  line-height: 100%;
  margin: 0;
}
.browse-view .orderby-displaynumber {
  margin: 10px 0 20px;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  box-shadow: 0 1px 0 white;
}
.browse-view .orderby-displaynumber .orderlistcontainer {
  position: relative;
  z-index: 3;
}
.browse-view .orderby-displaynumber .orderlistcontainer .title {
  display: inline-block;
}
.browse-view .orderby-displaynumber .orderlistcontainer .activeOrder {
  margin: 0 5px;
  display: inline-block;
  background: #fff;
  border-color: #DDDDDD;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist {
  right: 6px;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist div:hover {
  color: #8b0dc8;
  text-decoration: none;
  background: transparent;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist div:hover:hover {
  color: #ff861a;
}
.browse-view .orderby-displaynumber .display-number .inputbox {
  width: auto;
  margin: 0 5px;
  padding: 4px 5px;
  border-color: #ddd;
}
.browse-view .horizontal-separator {
  background: transparent;
  margin: 12px 0;
}
.browse-view .spacer {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 6px;
}
.browse-view .spacer .product-header {
  margin: -6px -6px 0;
  border-bottom: 1px solid #ececec;
  display: block;
  min-height: 46px;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.browse-view .spacer .product-header:before {
  content: "";
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 0;
}
.browse-view .spacer .product-header .title {
  font-size: 146%;
  font-weight: normal;
  width: 70%;
  margin: 0;
  padding: 6px 0 0 6px;
  display: table-cell;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}
.browse-view .spacer .product-header .title a {
  display: block;
  margin: 7px 10px 10px;
  color: #909090;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.browse-view .spacer .product-header .title a:hover {
  color: #8b0dc8;
}
.browse-view .spacer .product-header .price {
  width: 30%;
  background: #8b0dc8;
  display: table-cell;
  position: relative;
  z-index: 4;
}
.browse-view .spacer .product-header .price > .PricesalesPrice {
  margin: 12px 10px;
  text-align: center;
}
.browse-view .spacer .product-header .price > .PricesalesPrice span {
  color: #fff;
  font-weight: bold;
  font-size: 123.1%;
  display: inline-block;
}
.browse-view .spacer .product-content {
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.browse-view .spacer .product-content .product-content-inner {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.browse-view .spacer .product-content .product-content-inner .product-front,
.browse-view .spacer .product-content .product-content-inner .product-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.browse-view .spacer .product-content .product-content-inner .product-front {
  z-index: 2;
}
.browse-view .spacer .product-content .product-content-inner .product-front .product-img {
  text-align: center;
  height: 100%;
  background: #fff;
}
.browse-view .spacer .product-content .product-content-inner .product-front .product-img img {
  height: 100%;
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.browse-view .spacer .product-content .product-content-inner .product-back {
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #9c0fe0;
  background-color: rgba(139,13,201,0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0,-20%);
  -moz-transform: translate(0,-20%);
  -ms-transform: translate(0,-20%);
  -o-transform: translate(0,-20%);
  transform: translate(0,-20%);
}
.browse-view .spacer .product-content .product-content-inner .product-back .vote-rating {
  text-align: center;
  width: 122px;
  margin-left: -61px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 3;
}
.browse-view .spacer .product-content .product-content-inner .product-back .vote-rating span.vote {
  color: #fff;
  font-size: 100%;
}
.browse-view .spacer .product-content .product-content-inner .product-back .vote-rating .vmicon {
  width: 62px;
  height: 11px;
  background: url("../../templates/sj_viste/images/store/vm2-sprite.png") no-repeat 0 0;
}
.browse-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars1 {
  background-position: 0 -57px;
}
.browse-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars2 {
  background-position: 0 -43px;
}
.browse-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars3 {
  background-position: 0 -29px;
}
.browse-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars4 {
  background-position: 0 -14px;
}
.browse-view .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars5 {
  background-position: 0 0;
}
.browse-view .spacer .product-content .product-content-inner .product-back ul.yt-list li:before {
  color: #b230f2;
}
.browse-view .spacer .addtocart-area {
  text-align: center;
  border-top: 1px solid #ebebeb;
  margin: 6px -6px -6px;
}
.browse-view .spacer .addtocart-area form {
  margin: 0;
}
.browse-view .spacer .addtocart-area form .addtocart-button {
  float: none;
  margin: 5px 0;
  width: auto;
}
.browse-view .spacer .addtocart-area form .addtocart-button .addtocart-button {
  background: url(../../templates/sj_viste/images/shoping-cart.png) no-repeat 5px 8px;
  color: #909090;
  font-size: 123.1%;
  padding-left: 30px;
  min-height: 32px;
  border: none;
  border-radius: 0;
}
.browse-view .spacer .addtocart-area form .addtocart-button .addtocart-button-disabled {
  color: #909090;
  font-size: 123.1%;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 2px 0;
  width: 100%;
}
.browse-view .spacer:hover {
  background: #8b0dc8;
}
.browse-view .spacer:hover .product-header {
  border-bottom-color: #8b0dc8;
}
.browse-view .spacer:hover .product-header h3.title a {
  background: #fff;
  color: #ff861a;
}
.browse-view .spacer:hover .product-header h3.title a:hover {
  color: #8b0dc8;
}
.browse-view .spacer:hover .product-content-inner .product-back {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.browse-view .spacer:hover .product-content-inner .product-front .product-img img {
  filter: url("../../templates/sj_viste/images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.1) translate(-10px);
}
.browse-view .spacer:hover .addtocart-area {
  border-top-color: transparent;
}
.browse-view .spacer:hover .addtocart-area .product .addtocart-bar .addtocart-button input.addtocart-button {
  background: url(../../templates/sj_viste/images/shoping-cart-white.png) no-repeat 5px 8px;
  color: #fff;
}
.browse-view .vm-pagination {
  height: auto;
  margin: 20px 0 0;
  margin: 0;
}
.browse-view .vm-pagination ul.pagination {
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.browse-view .vm-pagination ul.pagination li {
  display: inline-block;
  margin: 0 4px;
}
.browse-view .vm-pagination ul.pagination li .active {
  background: #8b0dc8;
  color: #fff;
  border-color: #8b0dc8;
}
.browse-view .vm-pagination ul.pagination li.prev a,
.browse-view .vm-pagination ul.pagination li.prev span,
.browse-view .vm-pagination ul.pagination li.next a,
.browse-view .vm-pagination ul.pagination li.next span {
  border-radius: 0;
}
.browse-view .vm-pagination ul.pagination li a,
.browse-view .vm-pagination ul.pagination li span {
  float: none;
  display: inline-block;
  line-height: 24px;
  padding: 0 9px;
  border: 1px solid #e9e9e9;
  color: #909090;
  background: #f8f8f8;
  height: 25px;
}
.browse-view .vm-pagination ul.pagination li.active a,
.browse-view .vm-pagination ul.pagination li.active span,
.browse-view .vm-pagination ul.pagination li:hover a,
.browse-view .vm-pagination ul.pagination li:hover span {
  background: #8b0dc8;
  color: #fff;
  border-color: #8b0dc8;
}
.browse-view .vm-pagination ul.pagination {
  display: inline-block;
  margin-bottom: 0;
}
.browse-view .vm-pagination .vm-page {
  margin: 0;
}
.productdetails-view {
  display: block;
  *zoom: 1;
}
.productdetails-view:before,
.productdetails-view:after {
  display: table;
  content: "";
  line-height: 0;
}
.productdetails-view:after {
  clear: both;
}
.productdetails-view .modal {
  position: static;
  margin: 0;
  border: none;
  box-shadow: none;
  overflow: visible;
  display: inline-block;
  width: auto;
}
.productdetails-view .productdetail-content {
  margin-bottom: 20px;
}
.productdetails-view .productdetail-content .product-image .main-image {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 25px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.productdetails-view .productdetail-content .product-image .main-image .popup-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10000;
}
.productdetails-view .productdetail-content .product-image .main-image .popup-btn #yt_popup {
  display: block;
  color: #fff;
  height: 30px;
  position: static;
  width: 30px;
  margin: 0;
  background-color: #9FA2A3;
  display: none;
  border: none;
  border-radius: 3px;
}
.productdetails-view .productdetail-content .product-image .main-image .popup-btn #yt_popup:hover {
  background-color: #c09e42;
}
.productdetails-view .productdetail-content .product-image .main-image .popup-btn #yt_popup i {
  margin: 7px 0 0;
  display: inline-block;
}
.productdetails-view .productdetail-content .product-image .main-image:hover .popup-btn #yt_popup {
  display: block;
}
.productdetails-view .productdetail-content .product-image .additional-images .jCarouselLite {
  float: left;
  direction: ltr;
}
.productdetails-view .productdetail-content .product-image .additional-images .jCarouselLite ul li {
  padding-right: 15px;
}
.productdetails-view .productdetail-content .product-image .additional-images .jCarouselLite ul li a {
  display: block;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 0px;
}
.productdetails-view .productdetail-content .product-image .additional-images .jCarouselLite ul li a:hover {
  border-color: #ff7900;
}
.productdetails-view .productdetail-content .product-image .additional-images .jCarouselLite ul li a.active {
  border-color: #ccc;
}
.productdetails-view .productdetail-content .product-image .additional-images .jCarouselLite img {
  width: 95px;
  margin: 0;
}
.productdetails-view .productdetail-content .product-image .additional-images .nav_button {
  float: right;
  margin-top: 1px;
}
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .prev,
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .next {
  cursor: pointer;
  width: 44px;
  height: 98px;
  float: left;
  background: #9FA2A3 url(../../templates/sj_viste/images/round-arrow.png) no-repeat 6px -37px;
}
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .prev:hover,
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .next:hover {
  background-color: #ff7900;
}
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .next {
  margin-left: 1px;
  background: #9FA2A3 url(../../templates/sj_viste/images/round-arrow.png) no-repeat 7px 36px;
}
.productdetails-view .productdetail-content .product-info {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 15px;
}
.productdetails-view .productdetail-content .product-info .product-title {
  display: inline-block;
  margin: 0 20px 0 0;
}
.productdetails-view .productdetail-content .product-info .vote {
  display: inline-block;
  margin-top: 5px;
}
.productdetails-view .productdetail-content .product-info .vote .vote-number {
  display: inline-block;
}
.productdetails-view .productdetail-content .product-info .icons {
  margin: 5px 0 0;
}
.productdetails-view .productdetail-content .product-info .icons > a {
  margin: 0 3px;
}
.productdetails-view .productdetail-content .product-info .availability {
  text-align: left;
  margin: 0;
  clear: both;
}
.productdetails-view .productdetail-content .product-info .product-price {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ECECEC;
}
.productdetails-view .productdetail-content .product-info .PricesalesPrice {
  font-size: 16px;
}
.productdetails-view .productdetail-content .product-info .PricesalesPrice span {
  font-weight: bold;
  color: #ff861a;
  font-size: 150%;
  display: inline-block;
}
.productdetails-view .productdetail-content .product-info .product-short-description {
  margin-bottom: 10px;
}
.productdetails-view .productdetail-content .product-info .PricepriceWithoutTax,
.productdetails-view .productdetail-content .product-info .PricetaxAmount {
  color: #999;
  font-size: 12px;
}
.productdetails-view .productdetail-content .product-info .product-fields {
  overflow: hidden;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar {
  padding: 0;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-box {
  width: auto;
  margin: 0;
  padding: 0;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-box .quantity-input {
  border: none;
  background: #f3f3f3;
  height: 42px;
  width: 42px;
  margin: 0;
  font-size: 20px;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-controls {
  margin-left: 4px;
  width: 24px;
  padding: 0;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-controls .quantity-controls {
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: #b5b5b5;
  margin-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url(../../templates/sj_viste/images/quantity-plus.png);
  background-repeat: no-repeat;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-controls .quantity-controls:hover {
  background-color: #ff7900;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-controls .quantity-plus {
  background-position: 3px 3px;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-controls .quantity-minus {
  background-position: -39px 3px;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar span.addtocart-button {
  margin: 5px 3px 0 40px;
  width: auto;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar span.addtocart-button .addtocart-button {
  background: url(../../templates/sj_viste/images/shoping-cart-white.png) no-repeat center center #8b0dc8;
  border: none;
  text-indent: 130%;
  overflow: hidden;
  font-size: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar span.addtocart-button .addtocart-button:hover {
  background-color: #ff7900;
}
.productdetails-view .productdetail-content .product-info .vmask-top {
  margin-top: -68px;
  margin-left: 160px;
}
.productdetails-view .productdetail-content .product-info .vmask-top .ask-a-question,
.productdetails-view .productdetail-content .product-info .vmask-top .manufacturer {
  margin: 0 3px;
  float: left;
}
.productdetails-view .productdetail-content .product-info .vmask-top .ask-a-question a,
.productdetails-view .productdetail-content .product-info .vmask-top .manufacturer a {
  display: inline-block;
  background: #8b0dc8;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  line-height: 44px;
  text-align: center;
}
.productdetails-view .productdetail-content .product-info .vmask-top .ask-a-question a i,
.productdetails-view .productdetail-content .product-info .vmask-top .manufacturer a i {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.productdetails-view .productdetail-content .product-info .vmask-top .ask-a-question a:hover,
.productdetails-view .productdetail-content .product-info .vmask-top .manufacturer a:hover {
  background: #ff7900;
}
.productdetails-view .productdetail-content .product-info .product-fields {
  padding-bottom: 15px;
  border-bottom: 1px solid #ECECEC;
}
.productdetails-view .productdetail-content .product-info .product-fields .product-field-type-P {
  margin: 0;
  border: none;
}
.productdetails-view .productdetail-content .product-info .product-fields .product-fields-title-wrapper {
  margin-right: 10px;
}
.productdetails-view .productdetail-content .product-info .product-fields .product-box {
  margin-top: 5px;
  display: inline-block;
}
.productdetails-view .productdetail-content .product-info .product-neighbours {
  margin: 3em 0 1em;
}
.productdetails-view .productdetail-content .product-info .product-neighbours a.previous-page {
  background: url(../../templates/sj_viste/images/neighbours.png) no-repeat 2px 4px;
}
.productdetails-view .productdetail-content .product-info .product-neighbours a.next-page {
  background: url(../../templates/sj_viste/images/neighbours.png) no-repeat right -84px;
}
.productdetails-view ul.nav-tabs {
  margin-bottom: 4px;
  border-bottom: none;
}
.productdetails-view ul.nav-tabs li.active a {
  background: #8b0dc8;
  color: #fff;
}
.productdetails-view ul.nav-tabs li a {
  background-color: #949494;
  border-radius: 0;
  font-size: 133.8%;
  color: #fff;
  border-color: #EBEBEB;
  border-bottom: none !important;
}
.productdetails-view .tab-content {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 15px;
  overflow: hidden;
}
.productdetails-view .tab-content .product-description,
.productdetails-view .tab-content .customer-reviews {
  margin: 0;
}
.productdetails-view .write-reviews {
  text-align: left;
}
.productdetails-view .write-reviews .rating {
  display: inline-block;
}
.productdetails-view .write-reviews span.step {
  display: block;
}
.productdetails-view .write-reviews #comment {
  width: 60%;
}
.productdetails-view .list-reviews .normal,
.productdetails-view .list-reviews .highlight {
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.productdetails-view .list-reviews .normal :before,
.productdetails-view .list-reviews .highlight :before {
  content: "";
  display: none;
}
.productdetails-view .list-reviews h3 {
  margin: 0;
  line-height: 100%;
  display: inline-block;
}
.productdetails-view .list-reviews span.date {
  position: static;
  border: none;
  float: none;
  padding: 0;
  color: #999;
}
.productdetails-view .list-reviews blockquote {
  border: none;
  padding: 0;
}
.productdetails-view .product-related-products {
  border: none;
  margin: 30px 0 0;
  display: block;
  padding-bottom: 0px;
}
.productdetails-view .product-related-products h3.item-title {
  font-size: 150%;
}
.productdetails-view #yt_relate {
  padding: 0;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  border: none;
}
.productdetails-view #yt_relate .caroufredsel_wrapper {
  margin: 0 -10px !important;
}
.productdetails-view #yt_relate #yt_caroufredsel {
  margin: 0 -10px;
}
.productdetails-view #yt_relate #yt_caroufredsel .item {
  list-style: none;
  display: block;
  float: left;
  padding: 0 10px;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 6px;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-header {
  margin: -6px -6px 0;
  border-bottom: 1px solid #ececec;
  display: block;
  min-height: 46px;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-header:before {
  content: "";
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 0;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-header .title {
  font-size: 146%;
  font-weight: normal;
  width: 70%;
  margin: 0;
  padding: 6px 0 0 6px;
  display: table-cell;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-header .title a {
  display: block;
  margin: 7px 10px 10px;
  color: #909090;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-header .title a:hover {
  color: #8b0dc8;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-header .price {
  width: 30%;
  background: #8b0dc8;
  display: table-cell;
  position: relative;
  z-index: 4;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-header .price > .PricesalesPrice {
  margin: 12px 10px;
  text-align: center;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-header .price > .PricesalesPrice span {
  color: #fff;
  font-weight: bold;
  font-size: 123.1%;
  display: inline-block;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content {
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-front,
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-front {
  z-index: 2;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-front .product-img {
  text-align: center;
  height: 100%;
  background: #fff;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-front .product-img img {
  height: 100%;
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-back {
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #9c0fe0;
  background-color: rgba(139,13,201,0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0,-20%);
  -moz-transform: translate(0,-20%);
  -ms-transform: translate(0,-20%);
  -o-transform: translate(0,-20%);
  transform: translate(0,-20%);
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-back .vote-rating {
  text-align: center;
  width: 122px;
  margin-left: -61px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 3;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-back .vote-rating span.vote {
  color: #fff;
  font-size: 100%;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-back .vote-rating .vmicon {
  width: 62px;
  height: 11px;
  background: url("../../templates/sj_viste/images/store/vm2-sprite.png") no-repeat 0 0;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars1 {
  background-position: 0 -57px;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars2 {
  background-position: 0 -43px;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars3 {
  background-position: 0 -29px;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars4 {
  background-position: 0 -14px;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-back .vote-rating .vm2-stars5 {
  background-position: 0 0;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-content .product-content-inner .product-back ul.yt-list li:before {
  color: #b230f2;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .addtocart-area {
  text-align: center;
  border-top: 1px solid #ebebeb;
  margin: 6px -6px -6px;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .addtocart-area form {
  margin: 0;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .addtocart-area form .addtocart-button {
  float: none;
  margin: 5px 0;
  width: auto;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .addtocart-area form .addtocart-button .addtocart-button {
  background: url(../../templates/sj_viste/images/shoping-cart.png) no-repeat 5px 8px;
  color: #909090;
  font-size: 123.1%;
  padding-left: 30px;
  min-height: 32px;
  border: none;
  border-radius: 0;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .addtocart-area form .addtocart-button .addtocart-button-disabled {
  color: #909090;
  font-size: 123.1%;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 2px 0;
  width: 100%;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer:hover {
  background: #8b0dc8;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer:hover .product-header {
  border-bottom-color: #8b0dc8;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer:hover .product-header h3.title a {
  background: #fff;
  color: #ff861a;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer:hover .product-header h3.title a:hover {
  color: #8b0dc8;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer:hover .product-content-inner .product-back {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer:hover .product-content-inner .product-front .product-img img {
  filter: url("../../templates/sj_viste/images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.1) translate(-10px);
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer:hover .addtocart-area {
  border-top-color: transparent;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer:hover .addtocart-area .product .addtocart-bar .addtocart-button input.addtocart-button {
  background: url(../../templates/sj_viste/images/shoping-cart-white.png) no-repeat 5px 8px;
  color: #fff;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-header .title img {
  display: none;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .addtocart-bar {
  margin: 0;
  padding: 0;
}
.productdetails-view #yt_relate #yt_caroufredsel .item .spacer .addtocart-bar .quantity-input {
  display: none;
}
#fancybox-wrap {
  width: auto !important;
}
#fancybox-wrap #fancybox-content {
  width: auto !important;
}
#fancybox-wrap #fancybox-content > div {
  padding: 0px 0px 40px;
  width: 380px !important;
  margin: 10px;
  text-align: center;
}
#fancybox-wrap #fancybox-content > div h4 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
#fancybox-wrap #fancybox-content > div > a {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0;
}
#fancybox-wrap #fancybox-content > div > a.showcart {
  right: 0;
  left: auto;
  background: #8b0dc8;
  color: #fff;
  text-shadow: none;
  padding: 5px 15px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0 !important;
  width: 110px;
  background: #ff7900;
}
#fancybox-wrap #fancybox-content > div > a.showcart:hover {
  background: #8b0dc8;
}
#fancybox-wrap #fancybox-content > div .product-related-products {
  display: none;
}
#facebox .popup .content {
  width: 380px;
  padding: 15px 15px 60px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#facebox .popup .content div {
  display: block;
  position: relative;
}
#facebox .popup .content div h4 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
#facebox .popup .content div > a {
  position: absolute;
  z-index: 2;
  bottom: -50px;
  left: 0;
}
#facebox .popup .content div > a.showcart {
  right: 0;
  left: auto;
  background: #8b0dc8;
  color: #fff;
  text-shadow: none;
  padding: 5px 15px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0 !important;
  background: #ff7900;
}
#facebox .popup .content div > a.showcart:hover {
  background: #8b0dc8;
}
#facebox .popup .content div .product-related-products {
  display: none;
}
.cart-view #com-form-login {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px;
}
.cart-view #com-form-login h4 {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 15px;
  line-height: 100%;
  margin-bottom: 2em;
}
.cart-view .billto-shipto {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px;
  margin-bottom: 25px;
}
.cart-view .billto-shipto .output-shipto {
  color: #909090;
  font-size: 11px;
}
.cart-view .cart-summary {
  font-size: 14px;
  margin-bottom: 2em;
}
.cart-view .cart-summary thead tr th {
  background-color: #8b0dc8;
  border-bottom-color: #7a0bb0;
}
.cart-view .cart-summary form,
.cart-view .cart-summary input {
  margin: 0;
}
.cart-view .cart-summary input {
  padding: 1px 10px;
}
.cart-view .cart-summary .vm2-add_quantity_cart,
.cart-view .cart-summary .vm2-remove_from_cart {
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  background: url(../../templates/sj_viste/images/store/vm2-sprite.png) no-repeat 0px -89px;
}
.cart-view .cart-summary .vm2-remove_from_cart {
  background-position: -34px -89px;
  vertical-align: middle;
  margin: 0;
}
.cart-view .cart-summary .PricesalesPrice {
  font-weight: bold;
  color: #8b0dc8;
}
.cart-view .cart-summary .vm-customfield-cart {
  font-size: 12px;
  color: #999;
}
.cart-view .customer-comment {
  text-align: left;
  border: none;
}
.cart-view .customer-comment textarea {
  width: 85%;
}
.cart-view .checkout-button-top {
  border: none;
  text-align: left;
}
.cart-view .checkout-button-top div.terms-of-service {
  margin-top: 3px;
  vertical-align: middle;
  padding: 0;
  display: inline-block;
}
.cart-view .checkout-button-top div.terms-of-service a {
  color: #ff861a;
}
.cart-view .checkout-button-top div.terms-of-service a:hover {
  color: #8b0dc8;
}
.cart-view .checkout-button-top > label {
  margin-bottom: 20px;
}
.cart-view .checkout-button-top .button {
  text-transform: uppercase;
}
.acount-view {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px;
}
.acount-view .page-header {
  margin: 0 0 15px;
  font-weight: normal;
}
.acount-view legend {
  color: #686868;
  line-height: 30px;
}
.ask-a-question-view {
  padding: 0;
}
.ask-a-question-view .modal {
  position: static;
  margin: 0;
  box-shadow: none;
  border: none;
}
.manufacturer-details-view .spacer {
  padding: 0;
}
.manufacturer-description {
  overflow: hidden;
}
#userForm label {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.vmgroup .vmproduct {
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ECECEC;
  text-align: center;
}
.vmgroup .vmproduct div.PricesalesPrice {
  padding: 6px 10px;
  background: #8b0dc8;
  font-size: 118%;
  font-weight: bold;
  color: #fff;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 10px;
}
.vmgroup .vmproduct .featuredProductImage {
  width: 75%;
}
.vmgroup .vmproduct .title {
  font-size: 138.5%;
  margin: 5px 0 20px;
  display: block;
}
#topmenu .search {
  background: #fff;
  display: block;
}
#topmenu .search input.inputbox {
  padding: 4px 0px;
  background: transparent;
  width: 173px;
  color: #909090;
  font-size: 91%;
  border: none;
  box-shadow: none;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#topmenu .search .button {
  color: #8b0dc8;
  float: left;
  border: none;
  padding: 4px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url(../../templates/sj_viste/images/finder-1.png) no-repeat 50px 10px;
}
#topmenu .search i {
  margin: 0;
  font-size: 14px;
}
#topmenu .search input.inputbox:focus + .button {
  background-position: right 10px;
}
#topmenu .search input.inputbox:focus + .button i {
  color: #ff861a;
}
.vmCartModule .total_products {
  padding: 3px 0;
  font-size: 91%;
  font-weight: 600;
}
.vmCartModule .total_products .total {
  text-align: center;
  line-height: 45px;
  border: 3px solid #01cea7;
  display: inline-block;
  margin: 10px 10px 10px 0;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-size: 14px;
  vertical-align: text-top;
  height: 28px;
  width: 28px;
  line-height: 27px;
  background-color: #fff;
  margin: -10px 5px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.vmCartModule .total_products .total i {
  margin: 0;
}
.vmCartModule .total_products .total span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 4px;
}
.vmCartModule .total_products .total span:before {
  content: attr(data-hover);
  position: absolute;
  top: -100%;
  font-weight: bold;
}
.vmCartModule .total_products .total:hover span,
.vmCartModule .total_products .total:focus span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.vmCartModule .total_products .total span {
  animation: bounceInDown 5s linear infinite;
  -webkit-animation: bounceInDown 5s linear infinite;
}
.bounceInDown 0% {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.bounceInDown 10% {
  transform: translateY(110%);
  -webkit-transform: translateY(110%);
}
.bounceInDown 15% {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.bounceInDown 100% {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
@-webkit-keyframes bounceInDown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  10% {
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
  }
  15% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  10% {
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
  }
  15% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
}
@-ms-keyframes bounceInDown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  10% {
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
  }
  15% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
}
@-o-keyframes bounceInDown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  10% {
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
  }
  15% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
}
@keyframes bounceInDown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  10% {
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
  }
  15% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
}
.rtl .ratingbox {
  text-align: right;
}
.rtl #cloud-zoom-big {
  left: auto !important;
  right: 370px;
}
.rtl .featured-view .product-header,
.rtl .topten-view .product-header {
  text-align: right;
}
.rtl .featured-view .product-header .title,
.rtl .topten-view .product-header .title {
  padding: 6px 6px 0 0;
}
.rtl .browse-view .spacer .product-header .title {
  padding: 6px 6px 0 0;
}
.rtl .browse-view .orderby-displaynumber .orderlistcontainer .orderlist {
  right: auto;
  left: 6px;
}
.rtl .browse-view .orderby-displaynumber .display-number {
  text-align: left !important;
}
.rtl .productdetails-view .product-image .mousetrap {
  left: auto;
  right: 0;
}
.rtl .productdetails-view .product-info .product-title {
  margin: 0 0 0 20px;
  float: right;
}
.rtl .productdetails-view .product-info .icons {
  float: left;
  margin: 0;
}
.rtl .productdetails-view .product-info .availability {
  text-align: right;
}
.rtl .productdetails-view .product-info .product-fields .product-fields-title-wrapper {
  margin: 0 0 0 10px;
}
.rtl .productdetails-view .product-info .addtocart-bar .quantity-box {
  float: right;
}
.rtl .productdetails-view .product-info .addtocart-bar .quantity-controls {
  float: right;
}
.rtl .productdetails-view .product-info .addtocart-bar span.addtocart-button {
  float: right;
  margin: 5px 40px 3px 0;
}
.rtl .productdetails-view .product-info .vmask-top {
  margin: -68px 165px 0 0;
}
.rtl .productdetails-view .product-info .vmask-top .ask-a-question {
  float: right;
}
.rtl .productdetails-view .product-info .vmask-top .manufacturer {
  float: right;
}
.rtl .productdetails-view .nav-tabs {
  margin: 0;
}
.rtl .productdetails-view .nav-tabs > li {
  float: right;
}
.rtl .productdetails-view .write-reviews {
  text-align: right;
}
.rtl .productdetails-view .write-reviews h4 {
  text-align: right;
}
.rtl .productdetails-view #yt_relate #yt_caroufredsel .item {
  text-align: right;
}
.rtl .productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-header .title {
  padding: 6px 6px 0 0;
}
.rtl .cart-view .cartview-head .button2 {
  text-align: left !important;
}
.rtl .cart-view .customer-comment,
.rtl .cart-view .checkout-button-top {
  text-align: right;
}
.rtl .cart-view .checkout-button-top input.terms-of-service {
  margin: 0 0 0 10px;
}
.rtl .manufacturer-details-view img {
  float: left;
}
